org.jboss.dashboard.command
Interface CommandProcessor
public interface CommandProcessor
A command processor is an interface used by the TemplateProcessor service.
Its main responsability is to transform command fragments coming from a text template.
setCommandExecutionEnabled
void setCommandExecutionEnabled(boolean commandExecutionEnabled)
isCommandExecutionEnabled
boolean isCommandExecutionEnabled()
getSuccessfulCommands
List<Command> getSuccessfulCommands()
getFailedCommands
List<Command> getFailedCommands()
processCommand
String processCommand(String[] command)
throws Exception
- Throws:
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.