Class RegisterableWatchServices


  • public class RegisterableWatchServices
    extends java.lang.Object
    Provides a platform dependent implementation of 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 Detail

      • RegisterableWatchServices

        public RegisterableWatchServices()
    • Method Detail

      • get

        public static RegisterableWatchService get()
                                            throws java.io.IOException,
                                                   java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException