Package org.apache.commons.lang3
Class ArchUtils
java.lang.Object
org.apache.commons.lang3.ArchUtils
Provides methods for identifying the architecture of the current JVM based on the
"os.arch"
system property.
Important: The "os.arch"
system property returns the architecture used by the JVM not of the operating system.
- Since:
- 3.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Processor
Gets aProcessor
object of the current JVM.static Processor
getProcessor
(String value)