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 TypeMethodDescriptionbooleanReportManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) static voidReportManager.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 InterviewParametersCommand.getConfig(CommandContext ctx) A convenience method to get the configuration from a command context, and rewrapping any exception that might occur.voidCommandParser.parse(String[] args, boolean urlEncoded, CommandContext ctx) Parse command line arguments into a series of commands.voidCommandParser.parse(String[] args, CommandContext ctx) Parse command line arguments into a series of commands.abstract booleanCommandManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) Parse a command (and any arguments it might take).booleanConfigManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) booleanDesktopManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) booleanEnvironmentManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) booleanHelpManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) Parse a command (and any arguments it might take).booleanHttpManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) booleanLogManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) abstract voidCommand.run(CommandContext ctx) Execute the work embodied by this command, using the given command context.final voidMain.run(String[] args, CommandContext ctx) A routine to run JT Harness.voidVerboseCommand.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.