public interface TemplateProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
containsCommandArg(String template,
String arg,
int pos)
Check if the template contains and expression that match the specified arg.
|
List<Command> |
getCommands(String template)
Get the list of commands within the template.
|
String |
processTemplate(String template,
CommandProcessor commandProcessor)
Process the given template using the specified command processor.
|
String processTemplate(String template, CommandProcessor commandProcessor) throws Exception
Exception
boolean containsCommandArg(String template, String arg, int pos)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.