Package org.apache.commons.lang3.arch
package org.apache.commons.lang3.arch
Provides classes to work with the values of the os.arch system property.
- Since:
- 3.6
-
ClassDescriptionThe
Processor
represents a microprocessor and defines some properties like architecture and type of the microprocessor.TheProcessor.Arch
enum defines the architecture of a microprocessor.TheProcessor.Type
enum defines types of a microprocessor.