public class SystemPropertiesExtensions
extends java.lang.Object
| Constructor and Description |
|---|
SystemPropertiesExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getFileSeparator()
Gets the system file separator character.
|
static java.lang.String |
getJavaClassPath()
Gets the Path used to find directories and JAR archives containing class files.
|
static java.lang.String |
getJavaVendor()
Gets the name of JRE vendor name
|
static java.lang.String |
getJavaVendorUrl()
Gets the name of JRE vendor url
|
static java.lang.String |
getJavaVersion()
Gets the JRE version
|
static java.lang.String |
getLineSeparator()
Gets the system line separator character.
|
static java.lang.String |
getOsArchitecture()
Gets the operating system architecture
|
static java.lang.String |
getOsName()
Gets the operating system name
|
static java.lang.String |
getOsVersion()
Gets the operating system version
|
static java.lang.String |
getPathSeparator()
Gets the system path separator character used in java.class.path
|
static java.lang.String |
getUserHome()
Gets the user home directory
|
static java.lang.String |
getUserName()
Gets the user name
|
static java.lang.String |
getUserWorkingDirectory()
Gets the user working directory
|
public static java.lang.String getFileSeparator()
public static java.lang.String getJavaClassPath()
public static java.lang.String getJavaVendor()
public static java.lang.String getJavaVendorUrl()
public static java.lang.String getJavaVersion()
public static java.lang.String getLineSeparator()
public static java.lang.String getOsArchitecture()
public static java.lang.String getOsName()
public static java.lang.String getOsVersion()
public static java.lang.String getPathSeparator()
public static java.lang.String getUserHome()
public static java.lang.String getUserName()
public static java.lang.String getUserWorkingDirectory()