Uses of Record Class
lib.aide.vfs.VfsIngressConsumer.Audit
Packages that use VfsIngressConsumer.Audit
-
Uses of VfsIngressConsumer.Audit in lib.aide.vfs
Methods in lib.aide.vfs that return VfsIngressConsumer.AuditModifier and TypeMethodDescriptionVfsIngressConsumer.Audit.addEvent
(VfsIngressConsumer.AuditEvent event) VfsIngressConsumer.getAudit()
Methods in lib.aide.vfs with parameters of type VfsIngressConsumer.AuditModifier 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.AuditModifier 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.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)