Package org.uberfire.java.nio.file
Interface Watchable
-
- All Known Implementing Classes:
AbstractPath,GeneralPathImpl
public interface Watchable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WatchKeyregister(WatchService watcher, WatchEvent.Kind<?>... events)WatchKeyregister(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
-
-
-
Method Detail
-
register
WatchKey register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) throws UnsupportedOperationException, IllegalArgumentException, ClosedWatchServiceException, IOException, SecurityException
-
register
WatchKey register(WatchService watcher, WatchEvent.Kind<?>... events) throws UnsupportedOperationException, IllegalArgumentException, ClosedWatchServiceException, IOException, SecurityException
-
-