public class WaitForCommand extends AbstractCommand implements DebuggerCommand
| Constructor and Description |
|---|
WaitForCommand(Debugger debugger) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String[] args) |
String |
getCommandName() |
String[] |
getDescription() |
void |
printHelp(PrintWriter writer) |
public WaitForCommand(Debugger debugger)
debugger - debuggerpublic String getCommandName()
getCommandName in interface DebuggerCommandpublic String[] getDescription()
getDescription in interface DebuggerCommandpublic void printHelp(PrintWriter writer)
printHelp in interface DebuggerCommandwriter - writerpublic void execute(String[] args)
execute in interface DebuggerCommandargs - argsCopyright © 2017. All Rights Reserved.