public class PostCodeProcessor
extends java.lang.Object
| Constructor and Description |
|---|
PostCodeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProcessorParam(java.lang.String key,
java.lang.String value) |
java.util.Map<java.lang.String,CodeProcessor> |
getProcessorsMap()
Needed for unit tests
|
public void addProcessorParam(java.lang.String key,
java.lang.String value)
key - post_processor.1.1 post_processor.1 is the map name and 1 is the parameter namevalue - the value for either the map name or the param namepublic java.util.Map<java.lang.String,CodeProcessor> getProcessorsMap()