Package | Description |
---|---|
gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
Modifier and Type | Field and Description |
---|---|
static FilePath |
Path.userDirPath
This is equivalent to the System
"user.dir property. |
Modifier and Type | Method and Description |
---|---|
static FilePath |
FilePath.coerceToFilePathOrNull(java.lang.Object path) |
FilePath |
FilePath.getParent() |
static FilePath |
FilePath.makeFilePath(java.lang.Object arg) |
static FilePath |
FilePath.valueOf(java.io.File file) |
static FilePath |
FilePath.valueOf(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
int |
FilePath.compareTo(FilePath path) |