Package com.github.cleydyr.dart.system
Class OSDetector
- java.lang.Object
-
- com.github.cleydyr.dart.system.OSDetector
-
public class OSDetector extends Object
-
-
Constructor Summary
Constructors Constructor Description OSDetector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetOSArchitecture()static StringgetOSName()static booleanisWindows()
-
-
-
Field Detail
-
ARCH_IA32
public static final String ARCH_IA32
- See Also:
- Constant Field Values
-
ARCH_X64
public static final String ARCH_X64
- See Also:
- Constant Field Values
-
ARCH_AARCH64
public static final String ARCH_AARCH64
- See Also:
- Constant Field Values
-
OS_MAC_OS
public static final String OS_MAC_OS
- See Also:
- Constant Field Values
-
OS_WINDOWS
public static final String OS_WINDOWS
- See Also:
- Constant Field Values
-
OS_LINUX
public static final String OS_LINUX
- See Also:
- Constant Field Values
-
-