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 FileSnapshot
FileSnapshot.NO_FILE
AFileSnapshot
describing a non-existing file.Fields in org.apache.sshd.common.util.io with type parameters of type FileSnapshotModifier and TypeFieldDescriptionprivate final AtomicReference
<FileSnapshot> ModifiableFileWatcher.metadata
Methods in org.apache.sshd.common.util.io that return FileSnapshotModifier and TypeMethodDescriptionFileSnapshot.reload
(Path file, LinkOption... options) Reload theFileSnapshot
for the given file.static FileSnapshot
FileSnapshot.save
(Path file, LinkOption... options) Creates a newFileSnapshot
for the given path.Methods in org.apache.sshd.common.util.io with parameters of type FileSnapshotModifier and TypeMethodDescriptionboolean
FileSnapshot.same
(FileSnapshot other) Compares the snapshots' file metadata.