com.keenedgesoftware.scrutinize.core.misc.commands
Class DebugReportCommand
java.lang.Object
|
+--com.keenedgesoftware.scrutinize.core.CoreEntity
|
+--com.keenedgesoftware.scrutinize.core.Command
|
+--com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand
|
+--com.keenedgesoftware.scrutinize.core.misc.commands.DebugReportCommand
- public class DebugReportCommand
- extends MiscCommand
Prints debug status for specified modules.
Examples:
$debugReport "Command" "GView";
$debugReport "ALL";"
Fields inherited from class com.keenedgesoftware.scrutinize.core.CoreEntity |
ACTIVATE, BACKSLASH, EOL, GO, HASH, INIT, NEWLINE, QUIT, QUOTE, SLASH, SPACE |
Method Summary |
boolean |
messageHandler(java.lang.String message)
Message handler |
Methods inherited from class com.keenedgesoftware.scrutinize.core.Command |
getCursor, getLevel, getPicker, getPrompt, getSelector, getState, getType, setCursor, setPicker, setPrompt, setSelector, setState |
Methods inherited from class com.keenedgesoftware.scrutinize.core.CoreEntity |
getActiveView, getBroadcastManager, getCommandManager, getGraphicsGate, getGraphicsWorld, getMiscWorld, getModelWorld, getNetcaster, getRecorder, getScene, getSystemWorld, getTaskManager, getUniverse |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDE_DEBUG_REPORT_PROMPT
public static final com.keenedgesoftware.scrutinize.core.misc.events.PromptEvent IDE_DEBUG_REPORT_PROMPT
DebugReportCommand
public DebugReportCommand()
- Default constructor
DebugReportCommand
public DebugReportCommand(CommandManager cm)
- Usual constructor
messageHandler
public boolean messageHandler(java.lang.String message)
- Message handler
- Overrides:
messageHandler
in class Command