Uses of Class
com.sun.javatest.tool.CommandManager
Packages that use CommandManager
Package
Description
This package provides API for generating reports about test runs.
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
-
Uses of CommandManager in com.sun.javatest.report
Subclasses of CommandManager in com.sun.javatest.reportModifier and TypeClassDescriptionclass
A command manager to provide commands for reporting test results. -
Uses of CommandManager in com.sun.javatest.tool
Subclasses of CommandManager in com.sun.javatest.toolModifier and TypeClassDescriptionclass
A manager for all the various configuration commands.class
A tool manager to handle the command line options for the JT Harness desktop.class
A command manager to handle the command line options for adding default values into every test environment.class
A manager for command line help.class
A tool manager to handle the command line options for starting an HTTP server to monitor JT Harness's progress while executing tests.class
A command manager to handle the command line options for controlling logging messages generated by the harness.Methods in com.sun.javatest.tool with parameters of type CommandManagerModifier and TypeMethodDescriptionvoid
HelpManager.setCommandManagers
(CommandManager... commandManagers) Set the command managers for which to generate command line help.Constructors in com.sun.javatest.tool with parameters of type CommandManagerModifierConstructorDescriptionCommandParser
(CommandManager... mgrs) Create a parser to parse the commands accepted by a set of command managers.HelpManager
(CommandManager... commandManagers) Create a HelpManager to manage the command line help for a set of command managers.