Dashboard Builder Data Provider API 6.2.0.CR2

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.


Method Summary
 List<Command> getFailedCommands()
           
 List<Command> getSuccessfulCommands()
           
 boolean isCommandExecutionEnabled()
           
 String processCommand(String[] command)
           
 void setCommandExecutionEnabled(boolean commandExecutionEnabled)
           
 

Method Detail

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

Dashboard Builder Data Provider API 6.2.0.CR2

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.