Uses of Class
gw.fs.watcher.DirectoryWatcher.FileEvent
-
Packages that use DirectoryWatcher.FileEvent Package Description gw.fs.watcher -
-
Uses of DirectoryWatcher.FileEvent in gw.fs.watcher
Methods in gw.fs.watcher that return DirectoryWatcher.FileEvent Modifier and Type Method Description static DirectoryWatcher.FileEvent
DirectoryWatcher.FileEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static DirectoryWatcher.FileEvent[]
DirectoryWatcher.FileEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.fs.watcher that return types with arguments of type DirectoryWatcher.FileEvent Modifier and Type Method Description Map<Path,DirectoryWatcher.FileEvent>
DirectoryWatcher. getChangesSinceLastTime()
Checks all the watched directories (that are being kept in a map) for changes since the last call to this method.
-