byucc.jhdl.util.cli
Class CommandHistory

java.lang.Object
  extended bybyucc.jhdl.util.cli.CommandHistory

public class CommandHistory
extends java.lang.Object


Constructor Summary
CommandHistory(java.lang.String command)
           
CommandHistory(java.lang.String command, boolean successful)
           
 
Method Summary
 java.lang.String getCommand()
           
 boolean isSuccessful()
           
 void setSuccessful(boolean state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHistory

public CommandHistory(java.lang.String command)

CommandHistory

public CommandHistory(java.lang.String command,
                      boolean successful)
Method Detail

setSuccessful

public void setSuccessful(boolean state)

isSuccessful

public boolean isSuccessful()

getCommand

public java.lang.String getCommand()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.