Uses of Class
com.sun.javatest.tool.CommandManager
-
Packages that use CommandManager Package Description com.sun.javatest.report This package provides API for generating reports about test runs.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 CommandManager in com.sun.javatest.report
Subclasses of CommandManager in com.sun.javatest.report Modifier and Type Class Description class
ReportManager
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.tool Modifier and Type Class Description class
ConfigManager
A manager for all the various configuration commands.class
DesktopManager
A tool manager to handle the command line options for the JT Harness desktop.class
EnvironmentManager
A command manager to handle the command line options for adding default values into every test environment.class
HelpManager
A manager for command line help.class
HttpManager
A tool manager to handle the command line options for starting an HTTP server to monitor JT Harness's progress while executing tests.class
LogManager
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 CommandManager Modifier and Type Method Description void
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 CommandManager Constructor Description CommandParser(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.
-