See: Description
| Interface | Description |
|---|---|
| FileChangeListener |
Callback interface when file changes are detected.
|
| FileSystemWatcherFactory |
Factory used to create new
FileSystemWatcher instances. |
| SnapshotStateRepository |
Repository used by
FileSystemWatcher to save file/directory snapshots across
restarts. |
| Class | Description |
|---|---|
| ChangedFile |
A single file that has changed.
|
| ChangedFiles |
A collections of files from a specific source directory that have changed.
|
| FileSystemWatcher |
Watches specific directories for file changes.
|
| Enum | Description |
|---|---|
| ChangedFile.Type |
Change types.
|