|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.common.SystemProperties
public final class SystemProperties
This class represents the system properties.
| Method Summary | |
|---|---|
static File |
getTemporaryDirectory(String subPath)
Queries for the temporary property folder and adds the comited sub path. |
static boolean |
is64BitSystem()
Queries whether the operating system is 64 Bit or not. |
static boolean |
isWindows()
Queries for the operating system. |
static boolean |
isWindows7()
Queries for the operating system. |
static boolean |
isWindowsServer()
Queries for the operating system. |
static boolean |
isWindowsServer2003()
Queries for the operating system. |
static boolean |
isWindowsXP()
Queries for the operating system. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isWindows()
public static boolean isWindows7()
public static boolean is64BitSystem()
public static boolean isWindowsServer()
public static boolean isWindowsServer2003()
public static boolean isWindowsXP()
public static File getTemporaryDirectory(String subPath)
subPath - Relative path inside the temporary property folder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||