Uses of Class
engineering.swat.watch.WatchEvent.Kind
-
-
Uses of WatchEvent.Kind in engineering.swat.watch
Methods in engineering.swat.watch that return WatchEvent.Kind Modifier and Type Method Description WatchEvent.KindWatchEvent. getKind()static WatchEvent.KindWatchEvent.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchEvent.Kind[]WatchEvent.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in engineering.swat.watch with parameters of type WatchEvent.Kind Constructor Description WatchEvent(WatchEvent.Kind kind, Path rootPath)Internal constructor an end user should never call, creates a new watch event for the root of a watchWatchEvent(WatchEvent.Kind kind, Path rootPath, @Nullable Path relativePath)Internal constructor an end user should never call, creates a new watch event
-