| DefaultRecursiveWatcher |
The default recursive file watcher monitors a folder (and its sub-folders)
by registering a watch on each of the sub-folders.
|
| NotificationListener |
The notification listener implements a client to the fanout, as very
lightweight pub/sub server originally written for SparkleShare.
|
| RecursiveWatcher |
The recursive file watcher monitors a folder (and its sub-folders).
|
| WatchOperation |
The watch operation implements the constant synchronization known from other
sync tools.
|
| WatchOperationOptions |
The watch operation options represent the configuration parameters
of the WatchOperation.
|
| WatchOperationResult |
The watch operation result is a dummy class returned by the
WatchOperation.
|
| WindowsRecursiveWatcher |
The Windows recursive file watcher monitors a folder (and its sub-folders)
by registering a recursive watch on the root folder.
|