Uses of Class
com.ibm.jvm.dtfjview.tools.CommandException
-
Uses of CommandException in com.ibm.jvm.dtfjview.tools
Modifier and TypeMethodDescriptionstatic void
To execute a command.static void
To execute a command with its arguments.void
ITool.process
(String command, String[] args, PrintStream out) Processes the command.static String
To execute a command.static void
ToolsRegistry.process
(String command, PrintStream out) To execute a command.static String
To execute a command.static void
ToolsRegistry.process
(String command, String[] args, PrintStream out) To execute a command.static void
ToolsRegistry.recordAndExecute
(String command) To record the command in the history and then execute it.boolean
ITool.start
(String[] args, PrintStream out) Starts the tool.boolean
Tool.start
(String[] args, PrintStream out) Starts the tool. -
Uses of CommandException in com.ibm.jvm.dtfjview.tools.impl
Modifier and TypeMethodDescriptionvoid
CharsFromTool.process
(String command, String[] args, PrintStream out) Processes the command.void
CharsToTool.process
(String command, String[] args, PrintStream out) Processes the command.void
CmdFileTool.process
(String command, String[] args, PrintStream out) Processes the command.void
GrepTool.process
(String command, String[] args, PrintStream out) Processes the command.void
HelpTool.process
(String command, String[] args, PrintStream redirector) Processes the command.void
HistoryTool.process
(String command, String[] args, PrintStream out) Processes the command.void
OutFileTool.process
(String command, String[] args, PrintStream redirector) Processes the command.void
TokensTool.process
(String command, String[] args, PrintStream out) Processes the command.