Uses of Class
org.apache.commons.lang3.arch.Processor
Packages that use Processor
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.-
Uses of Processor in org.apache.commons.lang3
Fields in org.apache.commons.lang3 with type parameters of type ProcessorMethods in org.apache.commons.lang3 that return ProcessorModifier and TypeMethodDescriptionstatic Processor
ArchUtils.getProcessor()
Gets aProcessor
object of the current JVM.static Processor
ArchUtils.getProcessor
(String value) Methods in org.apache.commons.lang3 with parameters of type ProcessorModifier and TypeMethodDescriptionprivate static void
ArchUtils.addProcessor
(String key, Processor processor) private static void
ArchUtils.addProcessors
(Processor processor, String... keys) Adds the givenProcessor
with the given keys to the map.