public class PreCodeProcessor
extends java.lang.Object
| Constructor and Description |
|---|
PreCodeProcessor() |
| 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 - pre_processor.1.1 pre_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()