public interface TemplateResolver
Modifier and Type | Method | Description |
---|---|---|
boolean |
isDefined(java.lang.String[] arguments) |
Returns true if this resolver can resolve the given argument.
|
void |
run(java.lang.String[] arguments) |
Resolve the given argument and run the template.
|