|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.starter.EvSystemUtil
public class EvSystemUtil
Field Summary | |
---|---|
static java.lang.String |
arch
|
static java.lang.String |
javaver
|
static int |
javaVerMajor
|
static int |
javaVerMinor
|
static java.lang.String |
OS
|
Constructor Summary | |
---|---|
EvSystemUtil()
|
Method Summary | |
---|---|
static java.io.File |
getGlobalConfigEndrovDir()
|
static java.io.File |
getHomeDir()
Directory where all user data normally is stored |
static java.io.File |
getJavaenvReadFileName()
|
static java.io.File |
getJavaenvWriteFileName()
Get name of javaenv file in case it is stored as an individual file |
static java.io.File |
getLogFileName()
Get name of log file |
static java.io.File |
getPersonalConfigFileName()
Get name of config file in case it is stored as an individual file |
static java.io.File |
getSystemConfigFileName()
Get name of config file in case it is stored as an individual file |
static boolean |
isLinux()
Check if the system is running Linux |
static boolean |
isMac()
Check if the system is running a mac |
static boolean |
isPPC()
|
static boolean |
isWindows()
Check if the system is running Windows |
static boolean |
isX86()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String javaver
public static final java.lang.String arch
public static final int javaVerMajor
public static final int javaVerMinor
public static java.lang.String OS
Constructor Detail |
---|
public EvSystemUtil()
Method Detail |
---|
public static java.io.File getGlobalConfigEndrovDir()
public static java.io.File getPersonalConfigFileName()
public static java.io.File getSystemConfigFileName()
public static java.io.File getJavaenvWriteFileName()
public static java.io.File getJavaenvReadFileName()
public static java.io.File getLogFileName()
public static java.io.File getHomeDir()
public static boolean isMac()
public static boolean isWindows()
public static boolean isLinux()
public static boolean isX86()
public static boolean isPPC()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |