Uses of Class
org.apache.sshd.common.util.io.FileSnapshot
Packages that use FileSnapshot
-
Uses of FileSnapshot in org.apache.sshd.common.util.io
Fields in org.apache.sshd.common.util.io declared as FileSnapshotModifier and TypeFieldDescriptionstatic final FileSnapshotFileSnapshot.NO_FILEAFileSnapshotdescribing a non-existing file.Fields in org.apache.sshd.common.util.io with type parameters of type FileSnapshotModifier and TypeFieldDescriptionprivate final AtomicReference<FileSnapshot> ModifiableFileWatcher.metadataMethods in org.apache.sshd.common.util.io that return FileSnapshotModifier and TypeMethodDescriptionFileSnapshot.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 FileSnapshotModifier and TypeMethodDescriptionbooleanFileSnapshot.same(FileSnapshot other) Compares the snapshots' file metadata.