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 FileSnapshot
FileSnapshot. NO_FILE
AFileSnapshot
describing 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. metadata
Methods in org.apache.sshd.common.util.io that return FileSnapshot Modifier and Type Method Description FileSnapshot
FileSnapshot. reload(java.nio.file.Path file, java.nio.file.LinkOption... options)
Reload theFileSnapshot
for the given file.static FileSnapshot
FileSnapshot. save(java.nio.file.Path file, java.nio.file.LinkOption... options)
Creates a newFileSnapshot
for the given path.Methods in org.apache.sshd.common.util.io with parameters of type FileSnapshot Modifier and Type Method Description boolean
FileSnapshot. same(FileSnapshot other)
Compares the snapshots' file metadata.
-