| Constructor and Description | 
|---|
ArchUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Processor | 
getProcessor()
Returns a  
Processor object of the current JVM. | 
static Processor | 
getProcessor(String value)
 | 
public ArchUtils()
public static Processor getProcessor()
Processor object of the current JVM.
 Important: The os.arch System Property returns the architecture used by the JVM not of the operating system.
Processor when supported, else null.public static Processor getProcessor(String value)
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.