public class ProcessingParameters extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
get(ConfigKey pKey)
Get a processing parameter
|
String |
getPathInfo()
Get the path info represented with this processing parameters or null if no
path info is given
|
ProcessingParameters |
mergedParams(Map<String,String> pConfig)
Merge in a configuration and return a ProcessingParameters object representing
the merged values
|
public String get(ConfigKey pKey)
pKey - key to lookuppublic ProcessingParameters mergedParams(Map<String,String> pConfig)
pConfig - config to merge inpublic String getPathInfo()
Copyright © 2017. All rights reserved.