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 TypeMethodDescriptionvoidCommandParser.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.final voidMain.run(String[] args, CommandContext ctx) A routine to run JT Harness.final voidMain.run(String[] args, PrintWriter out) The main routine to run JT Harness.