| Package | Description |
|---|---|
| org.apache.commons.lang3.arch |
Provides classes to work with the values of the os.arch system property.
|
| Modifier and Type | Field and Description |
|---|---|
private Processor.Type |
Processor.type |
| Modifier and Type | Method and Description |
|---|---|
Processor.Type |
Processor.getType()
Returns the processor type as
Processor.Type enum. |
static Processor.Type |
Processor.Type.valueOf(java.lang.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 and Description |
|---|
Processor(Processor.Arch arch,
Processor.Type type)
Constructs a
Processor object with the given
parameters. |