Interface PathRoot

All Known Subinterfaces:
ManagedDirectory

@API(since="0.0.1", status=STABLE) public interface PathRoot
A path-like object that can provide a Java NIO Path.

This enables wrapping various implementations and providers of Path objects in a translucent façade that enables representing paths in a hierarchical format.

Since:
0.0.1
Author:
Ashley Scopes