Uses of Record Class
lib.aide.vfs.VfsIngressConsumer.IngressIndividual
Packages that use VfsIngressConsumer.IngressIndividual
-
Uses of VfsIngressConsumer.IngressIndividual in lib.aide.vfs
Methods in lib.aide.vfs that return types with arguments of type VfsIngressConsumer.IngressIndividualModifier and TypeMethodDescriptionVfsIngressConsumer.consumeUnzipped
(VfsIngressConsumer.IngressIndividual individual, org.apache.commons.vfs2.FileObject sessionHome, org.apache.commons.vfs2.FileObject snapshotHome, VfsIngressConsumer.Audit audit) consumeUnzipped is meant to be passed into Builder.consumables(VfsIngressConsumer::consumeUnzipped) and is designed to unzip items in a zip file and put them into the snapshotHome for consumption.VfsIngressConsumer.getGroupedEntriesMap()
VfsIngressConsumer.getIndividualEntries()
VfsIngressConsumer.getOriginalEntries()
VfsIngressConsumer.getSnapshotEntries()
VfsIngressConsumer.IngressGroup.groupedEntries()
Returns the value of thegroupedEntries
record component.Methods in lib.aide.vfs with parameters of type VfsIngressConsumer.IngressIndividualModifier and TypeMethodDescriptionVfsIngressConsumer.consumeUnzipped
(VfsIngressConsumer.IngressIndividual individual, org.apache.commons.vfs2.FileObject sessionHome, org.apache.commons.vfs2.FileObject snapshotHome, VfsIngressConsumer.Audit audit) consumeUnzipped is meant to be passed into Builder.consumables(VfsIngressConsumer::consumeUnzipped) and is designed to unzip items in a zip file and put them into the snapshotHome for consumption.Method parameters in lib.aide.vfs with type arguments of type VfsIngressConsumer.IngressIndividualModifier and TypeMethodDescriptionVfsIngressConsumer.Builder.consumables
(VfsIngressConsumer.QuadFunction<VfsIngressConsumer.IngressIndividual, org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileObject, VfsIngressConsumer.Audit, List<VfsIngressConsumer.IngressIndividual>> consumables) VfsIngressConsumer.Builder.consumables
(VfsIngressConsumer.QuadFunction<VfsIngressConsumer.IngressIndividual, org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileObject, VfsIngressConsumer.Audit, List<VfsIngressConsumer.IngressIndividual>> consumables) VfsIngressConsumer.Builder.isSnapshotable
(VfsIngressConsumer.QuadFunction<VfsIngressConsumer.IngressIndividual, org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileObject, VfsIngressConsumer.Audit, Boolean> transformBeforeSnapshot) VfsIngressConsumer.Builder.populateSnapshot
(VfsIngressConsumer.QuadFunction<VfsIngressConsumer.IngressIndividual, org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileObject, VfsIngressConsumer.Audit, List<VfsIngressConsumer.IngressIndividual>> transformAfterSnapshot) VfsIngressConsumer.Builder.populateSnapshot
(VfsIngressConsumer.QuadFunction<VfsIngressConsumer.IngressIndividual, org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileObject, VfsIngressConsumer.Audit, List<VfsIngressConsumer.IngressIndividual>> transformAfterSnapshot) Constructor parameters in lib.aide.vfs with type arguments of type VfsIngressConsumer.IngressIndividualModifierConstructorDescriptionIngressGroup
(String groupId, List<VfsIngressConsumer.IngressIndividual> groupedEntries) Creates an instance of aIngressGroup
record class.