JIMSCore
Class CommandHistory
java.lang.Object
|
+--JIMSCore.Command
|
+--JIMSCore.CommandHistory
- public class CommandHistory
- extends Command
This is the CommandHistory class.
- Author:
- Steve Lewis
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ERR_NO_CLEAR
public static final java.lang.String ERR_NO_CLEAR
ERR_HISTORY_LOG
public static final java.lang.String ERR_HISTORY_LOG
ERR_HISTORY_WRITE
public static final java.lang.String ERR_HISTORY_WRITE
sbHistoryLog
private java.lang.StringBuffer sbHistoryLog
simulator
private Simulator simulator
CommandHistory
public CommandHistory(java.util.StringTokenizer st,
Simulator simulator)
sbGetHistoryLog
public java.lang.StringBuffer sbGetHistoryLog()
execute
public void execute(CommandResultBuffer crb)
throws InvalidCommandUseException
- Overrides:
execute
in class Command