public class ArchUtils
extends java.lang.Object
Important: The os.arch System Property returns the architecture used by the JVM not of the operating system.
| Constructor and Description |
|---|
ArchUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Processor |
getProcessor()
Returns a
Processor object of the current JVM. |
static Processor |
getProcessor(java.lang.String value)
Returns a
Processor object the given value String. |
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(java.lang.String value)
Processor object the given value String. The String must be
like a value returned by the os.arch System Property.value - A String like a value returned by the os.arch System Property.Processor when it exists, else null."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"