Class Path

java.lang.Object
name.pachler.nio.file.Path
All Implemented Interfaces:
Watchable
Direct Known Subclasses:
PathImpl

public abstract class Path extends Object implements Watchable
This class represents an abstract Path object that a WatchService can operate on.
Note that Path is a new way of representing file system paths in JDK7 and is included here to provide source level compatibility. This implementation only uses it as a wrapper for java.io.File.
To create a new Path instance, either use the Bootstrapper.newPath() or Paths.