Class NioPath<FS extends FileSystem>

java.lang.Object
org.aksw.commons.path.nio.NioPath<FS>
Type Parameters:
FS - The FileSystem type.
All Implemented Interfaces:
Comparable<Path>, Iterable<Path>, Path, Watchable

public class NioPath<FS extends FileSystem> extends Object implements Path
An implementation of nio's Path over an Path. Intended for use as a base class for custom path implementations.