| Class | Description |
|---|---|
| EmptyPath |
An empty
Path. |
| EncodedPath |
A path that's derived from a properly encoded String.
|
| Extended | |
| LazyPath |
A lazy
Path. |
| Normalized | |
| Resolved | |
| StructuredPath |
A path that's assembled from its individual (encoded) path segments
Note: If the first segment equals
IdempotentEncoded.EMPTY the result is an absolute Path. |
| Text |
An adapter that adapts a
Path to a CharSequence. |