Package com.github.cleydyr.dart.system
Class OSDetector
java.lang.Object
com.github.cleydyr.dart.system.OSDetector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringstatic booleanisAcceptedArchitecture(String architecture) static booleanisAcceptedOSName(String osName) static boolean
-
Field Details
-
ARCH_IA32
- See Also:
-
ARCH_X64
- See Also:
-
ARCH_ARM
- See Also:
-
AARCH32
- See Also:
-
AARCH64
- See Also:
-
ARCH_ARM64
- See Also:
-
OS_MAC_OS
- See Also:
-
OS_WINDOWS
- See Also:
-
OS_LINUX
- See Also:
-
ACCEPTED_OSES
-
ACCEPTED_ARCHITECTURES
-
-
Constructor Details
-
OSDetector
public OSDetector()
-
-
Method Details
-
getOSName
-
getOSArchitecture
-
isWindows
public static boolean isWindows() -
isAcceptedOSName
-
isAcceptedArchitecture
-