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

Packages that use CommandContext
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 CommandContext in com.sun.javatest.report
 

Methods in com.sun.javatest.report with parameters of type CommandContext
 boolean ReportManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
           
static void ReportManager.writeReport(java.io.File reportDir, CommandContext ctx)
           
 

Uses of CommandContext in com.sun.javatest.tool
 

Methods in com.sun.javatest.tool that return CommandContext
 CommandContext CommandContext.Fault.getContext()
          Get the command context object that created this fault object.
 

Methods in com.sun.javatest.tool with parameters of type CommandContext
protected  InterviewParameters Command.getConfig(CommandContext ctx)
          A convenience method to get the configuration from a command context, and rewrapping any exception that might occur.
 void CommandParser.parse(java.lang.String[] args, boolean urlEncoded, CommandContext ctx)
          Parse command line arguments into a series of commands.
 void CommandParser.parse(java.lang.String[] args, CommandContext ctx)
          Parse command line arguments into a series of commands.
 boolean EnvironmentManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
           
 boolean LogManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
           
 boolean HttpManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
           
 boolean ConfigManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
           
abstract  boolean CommandManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
          Parse a command (and any arguments it might take).
 boolean DesktopManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
           
 boolean HelpManager.parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)
          Parse a command (and any arguments it might take).
abstract  void Command.run(CommandContext ctx)
          Execute the work embodied by this command, using the given command context.
 void VerboseCommand.run(CommandContext ctx)
           
 void Main.run(java.lang.String[] args, CommandContext ctx)
          A routine to run JT Harness.
 

Constructors in com.sun.javatest.tool with parameters of type CommandContext
Desktop(CommandContext ctx)
          New desktop, using preferred style and given context.
Desktop(int style, CommandContext ctx)
           
 



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