Uses of Class
com.ibm.jvm.dtfjview.tools.CommandException
-
Packages that use CommandException Package Description com.ibm.jvm.dtfjview.tools com.ibm.jvm.dtfjview.tools.impl -
-
Uses of CommandException in com.ibm.jvm.dtfjview.tools
Methods in com.ibm.jvm.dtfjview.tools that throw CommandException Modifier and Type Method Description static void
ToolsRegistry. execute(String command)
To execute a command.static void
ToolsRegistry. execute(String command, String[] args)
To execute a command with its arguments.void
ITool. process(String command, String[] args, PrintStream out)
Processes the command.static String
ToolsRegistry. process(String command)
To execute a command.static void
ToolsRegistry. process(String command, PrintStream out)
To execute a command.static String
ToolsRegistry. process(String command, String[] args)
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
Methods in com.ibm.jvm.dtfjview.tools.impl that throw CommandException Modifier and Type Method Description void
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.
-