Uses of Class
org.apache.commons.lang3.arch.Processor
-
Packages that use Processor Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses. -
-
Uses of Processor in org.apache.commons.lang3
Fields in org.apache.commons.lang3 with type parameters of type Processor Modifier and Type Field Description private static java.util.Map<java.lang.String,Processor>ArchUtils. ARCH_TO_PROCESSORMethods in org.apache.commons.lang3 that return Processor Modifier and Type Method Description static ProcessorArchUtils. getProcessor()Returns aProcessorobject of the current JVM.static ProcessorArchUtils. getProcessor(java.lang.String value)Returns aProcessorobject the given valueString.Methods in org.apache.commons.lang3 with parameters of type Processor Modifier and Type Method Description private static voidArchUtils. addProcessor(java.lang.String key, Processor processor)Adds the givenProcessorwith the given keyStringto the map.private static voidArchUtils. addProcessors(Processor processor, java.lang.String... keys)Adds the givenProcessorwith the given keys to the map.
-