Package com.swoval.files
Class RegisterableWatchServices
- java.lang.Object
-
- com.swoval.files.RegisterableWatchServices
-
public class RegisterableWatchServices extends java.lang.ObjectProvides a platform dependent implementation ofRegisterableWatchService. On osx, the implementation will beMacOSXWatchService. On linux and windows, it will be an object that implementsRegisterableWatchServiceby delegation with an instance ofWatchService.
-
-
Constructor Summary
Constructors Constructor Description RegisterableWatchServices()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegisterableWatchServiceget()
-
-
-
Method Detail
-
get
public static RegisterableWatchService get() throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
-