Package com.pnfsoftware.jeb.client
Class SystemInformation
java.lang.Object
com.pnfsoftware.jeb.client.SystemInformation
Utility routines to retrieve system information such as java version, OS name, locale, etc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
determineLinuxOSFullname
(String releaseFilePath) static String
static String
-
Field Details
-
javavendor
-
javaversion
-
osname
-
osarch
-
osversion
-
username
-
compname
-
localeinfo
-
osfullname
-
-
Constructor Details
-
SystemInformation
public SystemInformation()
-
-
Method Details
-
getCurrentDirectory
- Returns:
- the current directory
-
setCurrentDirectory
- Parameters:
cd
- the new current directory- Returns:
- the previous current directory
-
determineLinuxOSFullname
-