org.kie.commons.java.nio.file
Interface Watchable
- All Known Subinterfaces:
- Path
- All Known Implementing Classes:
- AbstractPath, GeneralPathImpl
public interface Watchable
register
WatchKey register(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers)
throws UnsupportedOperationException,
IllegalArgumentException,
ClosedWatchServiceException,
IOException,
SecurityException
- Throws:
UnsupportedOperationException
IllegalArgumentException
ClosedWatchServiceException
IOException
SecurityException
register
WatchKey register(WatchService watcher,
WatchEvent.Kind<?>... events)
throws UnsupportedOperationException,
IllegalArgumentException,
ClosedWatchServiceException,
IOException,
SecurityException
- Throws:
UnsupportedOperationException
IllegalArgumentException
ClosedWatchServiceException
IOException
SecurityException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.