Uses of Class
com.sun.javatest.tool.Command
-
Packages that use Command Package Description com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness. -
-
Uses of Command in com.sun.javatest.tool
Subclasses of Command in com.sun.javatest.tool Modifier and Type Class Description class
VerboseCommand
A command supporting an extensible set of boolean options.Methods in com.sun.javatest.tool that return Command Modifier and Type Method Description Command
CommandContext. getAutoRunCommand()
Get the "auto run" command registered with this object.Command
Command.Fault. getCommand()
Get the command that created this fault.Command[]
CommandContext. getCommands()
Get the set of commands to be executed by this object.Methods in com.sun.javatest.tool with parameters of type Command Modifier and Type Method Description void
CommandContext. addCommand(Command cmd)
Add a new command to the set of commands to be executed by this object.void
CommandContext. setAutoRunCommand(Command c)
Set the "auto run" command registered with this object.
-