| Package | Description | 
|---|---|
| org.apache.commons.lang3.arch | 
 Provides classes to work with the values of the os.arch system property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Processor.Arch | 
Processor.getArch()
Returns the processor architecture as an  
Processor.Arch enum. | 
static Processor.Arch | 
Processor.Arch.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Processor.Arch[] | 
Processor.Arch.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. | 
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.