public class PathConfiguration
extends java.lang.Object
Warning: While these should be acting as read-only properties, they can be mistakenly overwritten.
Prefer using the corresponding constants in {{FileUtil}} instead.
Modifier and Type | Method and Description |
---|---|
static java.io.File |
getHomeDir()
The user home dir.
|
static java.io.File |
getJavaHomeDir()
The Java home dir -- the Java installation dir.
|
static java.io.File |
getTempDir()
The temporary directory.
|
static java.io.File |
getWorkingDir()
The user working directory.
|
public static java.io.File getHomeDir()
public static java.io.File getJavaHomeDir()
public static java.io.File getWorkingDir()
public static java.io.File getTempDir()