Uses of Class
com.sun.javatest.tool.CommandParser.Fault
-
Packages that use CommandParser.Fault Package Description com.sun.javatest.tool 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.Fault Modifier and Type Method Description void
CommandParser. parse(java.lang.String[] args, boolean urlEncoded, CommandContext ctx)
Parse command line arguments into a series of commands.void
CommandParser. parse(java.lang.String[] args, CommandContext ctx)
Parse command line arguments into a series of commands.void
Main. run(java.lang.String[] args, CommandContext ctx)
A routine to run JT Harness.void
Main. run(java.lang.String[] args, java.io.PrintWriter out)
The main routine to run JT Harness.
-