Class K8SWatchService

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.uberfire.java.nio.Closeable, org.uberfire.java.nio.file.WatchService

    public class K8SWatchService
    extends Object
    implements org.uberfire.java.nio.file.WatchService
    • Constructor Detail

    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
        Specified by:
        close in interface org.uberfire.java.nio.Closeable
      • poll

        public org.uberfire.java.nio.file.WatchKey poll()
        Specified by:
        poll in interface org.uberfire.java.nio.file.WatchService
      • poll

        public org.uberfire.java.nio.file.WatchKey poll​(long timeout,
                                                        TimeUnit unit)
        Specified by:
        poll in interface org.uberfire.java.nio.file.WatchService
      • take

        public org.uberfire.java.nio.file.WatchKey take()
        Specified by:
        take in interface org.uberfire.java.nio.file.WatchService
      • isClose

        public boolean isClose()
        Specified by:
        isClose in interface org.uberfire.java.nio.file.WatchService
      • checkOpen

        protected final void checkOpen()