Uses of Class
com.sun.javatest.tool.CommandManager

Packages that use CommandManager
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
 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
 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
 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
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.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.