Uses of Class
com.sun.javatest.tool.CommandContext
Packages that use CommandContext
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 CommandContext in com.sun.javatest.report
Methods in com.sun.javatest.report with parameters of type CommandContextModifier and TypeMethodDescriptionboolean
ReportManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) static void
ReportManager.writeReport
(File reportDir, CommandContext ctx) -
Uses of CommandContext in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return CommandContextModifier and TypeMethodDescriptionCommandContext.Fault.getContext()
Get the command context object that created this fault object.Methods in com.sun.javatest.tool with parameters of type CommandContextModifier and TypeMethodDescriptionprotected 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
(String[] args, boolean urlEncoded, CommandContext ctx) Parse command line arguments into a series of commands.void
CommandParser.parse
(String[] args, CommandContext ctx) Parse command line arguments into a series of commands.abstract boolean
CommandManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) Parse a command (and any arguments it might take).boolean
ConfigManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) boolean
DesktopManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) boolean
EnvironmentManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) boolean
HelpManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) Parse a command (and any arguments it might take).boolean
HttpManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) boolean
LogManager.parseCommand
(String cmd, ListIterator<String> argIter, CommandContext ctx) abstract void
Command.run
(CommandContext ctx) Execute the work embodied by this command, using the given command context.final void
Main.run
(String[] args, CommandContext ctx) A routine to run JT Harness.void
VerboseCommand.run
(CommandContext ctx) Constructors in com.sun.javatest.tool with parameters of type CommandContextModifierConstructorDescriptionDesktop
(int style, CommandContext ctx) Desktop
(CommandContext ctx) New desktop, using preferred style and given context.