Interface DirectoryWatcher

Interface for directory watcher implementations.

Directory watchers monitor the contents of a directory (wither recursively or non-recursively) for changes, such as file additions, deletions or modifications.

Methods

Name Description
path The path of the watched directory
recursive Indicates if the directory is watched recursively
readChanges Fills the destination array with all changes that occured since the last call.

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.