Package | Description |
---|---|
org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Processor> |
ArchUtils.ARCH_TO_PROCESSOR |
Modifier and Type | Method and Description |
---|---|
static Processor |
ArchUtils.getProcessor()
Returns a
Processor object of the current JVM. |
static Processor |
ArchUtils.getProcessor(java.lang.String value)
Returns a
Processor object the given value String . |
Modifier and Type | Method and Description |
---|---|
private static void |
ArchUtils.addProcessor(java.lang.String key,
Processor processor)
Adds the given
Processor with the given key String to the map. |
private static void |
ArchUtils.addProcessors(Processor processor,
java.lang.String... keys)
Adds the given
Processor with the given keys to the map. |