name.pachler.nio.file.impl
Class WindowsPathWatchService
java.lang.Object
name.pachler.nio.file.WatchService
name.pachler.nio.file.impl.PathWatchService
name.pachler.nio.file.impl.WindowsPathWatchService
- All Implemented Interfaces:
- java.io.Closeable
public class WindowsPathWatchService
- extends PathWatchService
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsPathWatchService
public WindowsPathWatchService()
register
public PathWatchKey register(Path path,
WatchEvent.Kind<?>[] kinds,
WatchEvent.Modifier[] modifiers)
throws java.io.IOException
- Specified by:
register
in class PathWatchService
- Throws:
java.io.IOException
reset
public boolean reset(PathWatchKey pathWatchKey)
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface java.io.Closeable
- Specified by:
close
in class WatchService
- Throws:
java.io.IOException
poll
public WatchKey poll()
throws java.lang.InterruptedException,
ClosedWatchServiceException
- Specified by:
poll
in class WatchService
- Throws:
java.lang.InterruptedException
ClosedWatchServiceException
poll
public WatchKey poll(long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException,
ClosedWatchServiceException
- Specified by:
poll
in class WatchService
- Throws:
java.lang.InterruptedException
ClosedWatchServiceException
take
public WatchKey take()
throws java.lang.InterruptedException,
ClosedWatchServiceException
- Specified by:
take
in class WatchService
- Throws:
java.lang.InterruptedException
ClosedWatchServiceException
finalize
public void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable