Forge - Parent 1.0.7-SNAPSHOT

org.jboss.forge.shell.events
Class CommandExecuted

java.lang.Object
  extended by org.jboss.forge.shell.events.CommandExecuted

public final class CommandExecuted
extends Object

Fired after a plugin/command has been executed and has finished processing.

Author:
Lincoln Baxter, III, Koen Aers

Nested Class Summary
static class CommandExecuted.Status
           
 
Constructor Summary
CommandExecuted()
           
CommandExecuted(CommandExecuted.Status status, CommandMetadata command, String originalStatement, Object[] parameters)
           
 
Method Summary
 CommandMetadata getCommand()
           
 String getOriginalStatement()
           
 Object[] getParameters()
           
 CommandExecuted.Status getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExecuted

public CommandExecuted()

CommandExecuted

public CommandExecuted(CommandExecuted.Status status,
                       CommandMetadata command,
                       String originalStatement,
                       Object[] parameters)
Method Detail

getStatus

public CommandExecuted.Status getStatus()

getCommand

public CommandMetadata getCommand()

getParameters

public Object[] getParameters()

getOriginalStatement

public String getOriginalStatement()

Forge - Parent 1.0.7-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.