public interface PathShortener
Modifier and Type | Method and Description |
---|---|
static PathShortener |
byRelativizingToWorkingDir(AbsPath workingDir) |
static PathShortener |
byRelativizingToWorkingDir(Path workingDir) |
static PathShortener |
byRelativizingToWorkingDir(PathSourcePath workingDir) |
static PathShortener |
identity() |
Path |
shorten(Path absolutePath) |
static PathShortener byRelativizingToWorkingDir(Path workingDir)
static PathShortener byRelativizingToWorkingDir(AbsPath workingDir)
static PathShortener byRelativizingToWorkingDir(PathSourcePath workingDir)
static PathShortener identity()