name.pachler.nio.file.impl
Class LinuxPathWatchKey

java.lang.Object
  extended by name.pachler.nio.file.WatchKey
      extended by name.pachler.nio.file.impl.PathWatchKey
          extended by name.pachler.nio.file.impl.LinuxPathWatchKey

public class LinuxPathWatchKey
extends PathWatchKey


Constructor Summary
LinuxPathWatchKey(PathWatchService service, Path path, int flags)
           
 
Method Summary
 
Methods inherited from class name.pachler.nio.file.impl.PathWatchKey
cancel, finalize, getNumQueuedEvents, isValid, pollEvents, reset
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxPathWatchKey

public LinuxPathWatchKey(PathWatchService service,
                         Path path,
                         int flags)