public class SystemPaths extends Object
| Modifier and Type | Field and Description |
|---|---|
static Path |
CWD
The value of the 'user.dir' system property converted to a
Path instance.
|
static Path |
HOME
The value of the 'user.home' system property converted to a
Path instance.
|
static String |
STRING_CWD
String value of the 'user.dir' system property
|
static String |
STRING_HOME
String value of the 'user.home' system property
|
| Constructor and Description |
|---|
SystemPaths()
|
public static final StringSTRING_HOME
public static final StringSTRING_CWD
public static final PathHOME
Path instance.