Pollingwatchservice Release Notes ================================= Version 0.2.0 (2016-07-20) -------------------------- * Added support for polling without reading metadata from the file system by calling useFileMetadata(false) on a PollingWatchService instance. On some file systems, reading metadata can be an expensive operation, so this could be useful in such a situation. The downside of turning off the reading of file metadata is that the service is unable to detect file modifications in this mode; it can only detect file creation and deletion. Version 0.1.0 (2014-07-18) -------------------------- * First public release.