public interface LocatorPathLike extends PathWritable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocatorPathLike.NioPath |
static class |
LocatorPathLike.NioPathWithPrefix |
static class |
LocatorPathLike.StringPath |
| Modifier and Type | Field and Description |
|---|---|
static LocatorPathLike |
AUTO |
static LocatorPathLike |
RUNTIME |
static LocatorPathLike |
TEST |
WORKSPACE_FOLDER| Modifier and Type | Method and Description |
|---|---|
static LocatorPathLike |
ofAuto() |
static LocatorPathLike |
ofNio(java.nio.file.Path path) |
static LocatorPathLike |
ofNioExclude(java.nio.file.Path exclusionPath) |
static LocatorPathLike |
ofRuntime() |
static LocatorPathLike |
ofTest() |
static LocatorPathLike |
ofWorkSpaceFolder(java.nio.file.Path relativePath) |
static LocatorPathLike |
ofWorkSpaceFolderExclude(java.nio.file.Path relativeExclusionPath) |
pathToRelativeString, writestatic final LocatorPathLike AUTO
static final LocatorPathLike RUNTIME
static final LocatorPathLike TEST
static LocatorPathLike ofAuto()
static LocatorPathLike ofRuntime()
static LocatorPathLike ofTest()
static LocatorPathLike ofNioExclude(java.nio.file.Path exclusionPath)
static LocatorPathLike ofWorkSpaceFolderExclude(java.nio.file.Path relativeExclusionPath)
static LocatorPathLike ofNio(java.nio.file.Path path)
static LocatorPathLike ofWorkSpaceFolder(java.nio.file.Path relativePath)