Uses of Class
com.sun.javatest.tool.CommandParser.Fault
Packages that use CommandParser.Fault
Package
Description
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
-
Uses of CommandParser.Fault in com.sun.javatest.tool
Methods in com.sun.javatest.tool that throw CommandParser.FaultModifier and TypeMethodDescriptionvoid
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.final void
Main.run
(String[] args, CommandContext ctx) A routine to run JT Harness.final void
Main.run
(String[] args, PrintWriter out) The main routine to run JT Harness.