public interface PathLike extends PathWritable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PathLike.NioPath |
static class |
PathLike.NioPathWithPrefix |
WORKSPACE_FOLDER| Modifier and Type | Method and Description |
|---|---|
static PathLike |
ofNio(java.nio.file.Path path) |
static PathLike |
ofWorkSpaceFolder(java.nio.file.Path relativePath) |
pathToRelativeString, write