Package org.apache.commons.lang3
Class ArchUtils
- java.lang.Object
-
- org.apache.commons.lang3.ArchUtils
-
-
Constructor Summary
Constructors Constructor Description ArchUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProcessorgetProcessor()Gets aProcessorobject of the current JVM.static ProcessorgetProcessor(String value)
-
-
-
Constructor Detail
-
ArchUtils
public ArchUtils()
-
-
Method Detail
-
getProcessor
public static Processor getProcessor()
Gets aProcessorobject of the current JVM.Important: The
"os.arch"system property returns the architecture used by the JVM not of the operating system.- Returns:
- A
Processorwhen supported, elsenull.
-
getProcessor
public static Processor getProcessor(String value)
-
-