public final class SystemFileExtensions
extends java.lang.Object
SystemFileExtensions provide methods for get system or user files.| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
getJavaHomeDir()
Gets the installation directory for Java Runtime Environment (JRE) from the system as
File object |
static java.io.File |
getTempDir()
Gets the temporary directory from the system as File object.
|
static java.io.File |
getUserHomeDir()
Gets the user home directory from the system as
File object |
static java.io.File |
getUserWorkingDir()
Gets the user working directory from the system as
File object |
public static java.io.File getJavaHomeDir()
File objectFile objectpublic static java.io.File getTempDir()
public static java.io.File getUserHomeDir()
File objectFile objectpublic static java.io.File getUserWorkingDir()
File objectFile object