public abstract class AbstractParameterEvaluator extends java.lang.Object implements IParameterEvaluator
IParameterEvaluator implementations.| Constructor and Description |
|---|
AbstractParameterEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getToken()
The replacement token that this
IParameterEvaluator instance will perform replacement
on. |
void |
setToken(java.lang.String token) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, evaluatepublic final java.lang.String getToken()
IParameterEvaluatorIParameterEvaluator instance will perform replacement
on. Services that use parameter evaluators will place these onjects into the evaluation
context based on the key they specify.getToken in interface IParameterEvaluatorpublic final void setToken(java.lang.String token)