Uses of Class
com.sun.javatest.tool.Command
Packages that use Command
Package
Description
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.toolModifier and TypeClassDescriptionclass
A command supporting an extensible set of boolean options.Methods in com.sun.javatest.tool that return CommandModifier and TypeMethodDescriptionCommandContext.getAutoRunCommand()
Get the "auto run" command registered with this object.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 CommandModifier and TypeMethodDescriptionvoid
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.