ExtendedWatchEventKind
class with extended watch event kinds and modifier tags that enable
non-standard features, like recursive watches and file rename tracking.See: Description
Class | Description |
---|---|
Bootstrapper |
The Bootstrapper is used to instantiate WatchService and Path instances.
|
ExtendedWatchEventKind |
Provides non-standard watch event kinds that enable more specialized
watch features.
|
ExtendedWatchEventModifier |
This class holds non-standard modifiers that can be passed to
Path.register().
|
ExtendedWatchEventKind
class with extended watch event kinds and modifier tags that enable
non-standard features, like recursive watches and file rename tracking.
Note that the classes in this package are not part of JDK7's watch service
interface; they're specific to jpathwatch and therefore not source compatible
with JDK 7.