public interface CommandProcessor
Modifier and Type | Method and Description |
---|---|
List<Command> |
getFailedCommands() |
List<Command> |
getSuccessfulCommands() |
boolean |
isCommandExecutionEnabled() |
String |
processCommand(String[] command) |
void |
setCommandExecutionEnabled(boolean commandExecutionEnabled) |
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.