Uses of Class
org.apache.sshd.common.util.io.FileSnapshot
-
Packages that use FileSnapshot Package Description org.apache.sshd.common.util.io -
-
Uses of FileSnapshot in org.apache.sshd.common.util.io
Fields in org.apache.sshd.common.util.io declared as FileSnapshot Modifier and Type Field Description static FileSnapshotFileSnapshot. NO_FILEAFileSnapshotdescribing a non-existing file.Fields in org.apache.sshd.common.util.io with type parameters of type FileSnapshot Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<FileSnapshot>ModifiableFileWatcher. metadataMethods in org.apache.sshd.common.util.io that return FileSnapshot Modifier and Type Method Description FileSnapshotFileSnapshot. reload(java.nio.file.Path file, java.nio.file.LinkOption... options)Reload theFileSnapshotfor the given file.static FileSnapshotFileSnapshot. save(java.nio.file.Path file, java.nio.file.LinkOption... options)Creates a newFileSnapshotfor the given path.Methods in org.apache.sshd.common.util.io with parameters of type FileSnapshot Modifier and Type Method Description booleanFileSnapshot. same(FileSnapshot other)Compares the snapshots' file metadata.
-