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.Methods in org.apache.sshd.common.util.io that return FileSnapshot Modifier and Type Method Description FileSnapshotFileSnapshot. reload(Path file, LinkOption... options)Reload theFileSnapshotfor the given file.static FileSnapshotFileSnapshot. save(Path 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.
-