| Package | Description |
|---|---|
| org.apache.sshd.common.util.io |
| Modifier and Type | Field and Description |
|---|---|
static FileSnapshot |
FileSnapshot.NO_FILE
A
FileSnapshot describing a non-existing file. |
| Modifier and Type | Method and Description |
|---|---|
FileSnapshot |
FileSnapshot.reload(Path file,
LinkOption... options)
Reload the
FileSnapshot for the given file. |
static FileSnapshot |
FileSnapshot.save(Path file,
LinkOption... options)
Creates a new
FileSnapshot for the given path. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileSnapshot.same(FileSnapshot other)
Compares the snapshots' file metadata.
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.