Uses of Enum Class
org.apache.commons.lang3.arch.Processor.Arch
Packages that use Processor.Arch
Package
Description
Provides classes to work with the values of the os.arch system property.
-
Uses of Processor.Arch in org.apache.commons.lang3.arch
Fields in org.apache.commons.lang3.arch declared as Processor.ArchMethods in org.apache.commons.lang3.arch that return Processor.ArchModifier and TypeMethodDescriptionProcessor.getArch()
Returns the processor architecture as anProcessor.Arch
enum.static Processor.Arch
Returns the enum constant of this class with the specified name.static Processor.Arch[]
Processor.Arch.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.commons.lang3.arch with parameters of type Processor.ArchModifierConstructorDescriptionProcessor
(Processor.Arch arch, Processor.Type type) Constructs aProcessor
object with the given parameters.