Uses of Class
engineering.swat.watch.WatchScope
-
-
Uses of WatchScope in engineering.swat.watch
Methods in engineering.swat.watch that return WatchScope Modifier and Type Method Description WatchScopeActiveWatch. getScope()static WatchScopeWatchScope. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchScope[]WatchScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in engineering.swat.watch with parameters of type WatchScope Modifier and Type Method Description static WatchWatch. build(Path path, WatchScope scope)Watch a path for updates, optionally also get events for its children/descendants
-