public class ArchUtils
extends java.lang.Object
"os.arch"
system property.
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()
Gets a
Processor object of the current JVM. |
static Processor |
getProcessor(java.lang.String value)
Gets 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 - 2023 Adobe. All Rights Reserved