Package | Description |
---|---|
org.apache.commons.lang3.arch |
Provides classes to work with the values of the os.arch system property.
|
Modifier and Type | Method | Description |
---|---|---|
Processor.Type |
Processor.getType() |
Returns the processor type as
Processor.Type enum. |
static Processor.Type |
Processor.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Processor.Type[] |
Processor.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
Processor(Processor.Arch arch,
Processor.Type type) |
Constructs a
Processor object with the given
parameters. |
Copyright © 2001–2018. All rights reserved.