Object SystemUtilities.Companion
-
- All Implemented Interfaces:
public class SystemUtilities.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanIS_WINDOWSprivate final BooleanIS_MACprivate final BooleanIS_UNIXprivate final BooleanIS_SOLARISpublic final static SystemUtilities.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringacquireJavaPathFromSystem()Automatically acquire the path to the systems default Java installation. final BooleangetIS_WINDOWS()final BooleangetIS_MAC()final BooleangetIS_UNIX()final BooleangetIS_SOLARIS()-
-
Method Detail
-
acquireJavaPathFromSystem
final String acquireJavaPathFromSystem()
Automatically acquire the path to the systems default Java installation.
- Returns:
String. The path to the systems default Java installation.
-
getIS_WINDOWS
final Boolean getIS_WINDOWS()
-
getIS_UNIX
final Boolean getIS_UNIX()
-
getIS_SOLARIS
final Boolean getIS_SOLARIS()
-
-
-
-