java.lang.Object
com.ibm.jvm.dtfjview.tools.Tool
com.ibm.jvm.dtfjview.tools.impl.CharsToTool
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDetermines if a command is accepted by the current tool.To gets the tool's argument description.To gets the tool's command name.To gets the tool's help description.voidTo print the detailed help message.voidprocess(String command, String[] args, PrintStream out) Processes the command.
- 
Constructor Details- 
CharsToToolpublic CharsToTool()
 
- 
- 
Method Details- 
acceptDetermines if a command is accepted by the current tool.
- 
processProcesses the command.- Specified by:
- processin interface- ITool
- Parameters:
- command- The command to be processed.
- args- The arguments taken by the command.
- out- The output channel.
- Throws:
- CommandException
 
- 
printDetailedHelpTo print the detailed help message.- Specified by:
- printDetailedHelpin interface- ITool
 
- 
getCommandNameTo gets the tool's command name.- Specified by:
- getCommandNamein interface- ITool
- Returns:
- The tool's command name.
 
- 
getArgumentDescriptionTo gets the tool's argument description.- Specified by:
- getArgumentDescriptionin interface- ITool
- Returns:
- The tool's argument description.
 
- 
getHelpDescriptionTo gets the tool's help description.- Specified by:
- getHelpDescriptionin interface- ITool
- Returns:
- The tool's help description.
 
 
-