Uses of Class
org.apache.commons.lang3.arch.Processor.Type
-
Packages that use Processor.Type Package Description org.apache.commons.lang3.arch Provides classes to work with the values of the os.arch system property. -
-
Uses of Processor.Type in org.apache.commons.lang3.arch
Methods in org.apache.commons.lang3.arch that return Processor.Type Modifier and Type Method Description Processor.TypeProcessor. getType()Gets the processor type asProcessor.Typeenum.static Processor.TypeProcessor.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.Constructors in org.apache.commons.lang3.arch with parameters of type Processor.Type Constructor Description Processor(Processor.Arch arch, Processor.Type type)Constructs aProcessorobject with the given parameters.
-