org.semanticweb.HermiT.debugger.commands
Class WaitForCommand
java.lang.Object
org.semanticweb.HermiT.debugger.commands.AbstractCommand
org.semanticweb.HermiT.debugger.commands.WaitForCommand
- All Implemented Interfaces:
- DebuggerCommand
public class WaitForCommand
- extends AbstractCommand
- implements DebuggerCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaitForCommand
public WaitForCommand(Debugger debugger)
getCommandName
public java.lang.String getCommandName()
- Specified by:
getCommandName
in interface DebuggerCommand
getDescription
public java.lang.String[] getDescription()
- Specified by:
getDescription
in interface DebuggerCommand
printHelp
public void printHelp(java.io.PrintWriter writer)
- Specified by:
printHelp
in interface DebuggerCommand
execute
public void execute(java.lang.String[] args)
- Specified by:
execute
in interface DebuggerCommand
modifyWaitOptions
protected void modifyWaitOptions(Debugger.WaitOption waitOption,
boolean add)