Package org.apache.commons.lang3
Class ArchUtils
java.lang.Object
org.apache.commons.lang3.ArchUtils
An utility class for the os.arch System Property. The class defines methods for
identifying the architecture of the current JVM.
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
Returns aProcessor
object of the current JVM.static Processor
getProcessor
(String value)