public class RegisterableWatchServices
extends java.lang.Object
RegisterableWatchService. On osx, the implementation will be MacOSXWatchService. On linux and windows, it will be an object that implements RegisterableWatchService by delegation with an instance of WatchService.| Constructor and Description |
|---|
RegisterableWatchServices() |
| Modifier and Type | Method and Description |
|---|---|
static RegisterableWatchService |
get() |
public static RegisterableWatchService get() throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException