Uses of Class
com.sun.javatest.tool.Command.Fault
Packages that use Command.Fault
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 Command.Fault in com.sun.javatest.report
Methods in com.sun.javatest.report that throw Command.FaultModifier and TypeMethodDescriptionbooleanReportManager.parseCommand(String cmd, ListIterator<String> argIter, CommandContext ctx) static voidReportManager.writeReport(File reportDir, CommandContext ctx) -
Uses of Command.Fault in com.sun.javatest.tool
Methods in com.sun.javatest.tool that throw Command.FaultModifier and TypeMethodDescriptionprotected InterviewParametersCommand.getConfig(CommandContext ctx) A convenience method to get the configuration from a command context, and rewrapping any exception that might occur.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) 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.