Package com.lambdaworks.jni
Class Platform
java.lang.Object
com.lambdaworks.jni.Platform
A platform is a unique combination of CPU architecture and operating system. This class
attempts to determine the platform it is executing on by examining and normalizing the
os.arch
and os.name
system properties.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arch
-
os
-
-
Constructor Details
-
Platform
-
-
Method Details
-
detect
Attempt to detect the current platform.- Returns:
- The current platform.
- Throws:
UnsupportedPlatformException
- if the platform cannot be detected.
-