|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameter<T>
Provides a way to retrieve more complex values from macro parameters.
Method Summary | |
---|---|
T |
findValue(MacroExecutionContext ctx)
Attempts to find the value from the specified MacroExecutionContext object. |
void |
setValidate(boolean shouldValidate)
Sets whether this parameter should attempt to validate its values. |
Method Detail |
---|
T findValue(MacroExecutionContext ctx) throws ParameterException
MacroExecutionContext
object.
ctx
- The execution context for the macro.
ParameterException
- if there was a problem while processing the parameter.void setValidate(boolean shouldValidate)
shouldValidate
- true if this parameter should attempt to validate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |