org.jboss.forge.shell.events
Class CommandExecuted
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandExecuted
public CommandExecuted()
CommandExecuted
public CommandExecuted(CommandExecuted.Status status,
CommandMetadata command,
String originalStatement,
Object[] parameters)
getStatus
public CommandExecuted.Status getStatus()
getCommand
public CommandMetadata getCommand()
getParameters
public Object[] getParameters()
getOriginalStatement
public String getOriginalStatement()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.