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.
|
Modifier and Type | Class and Description |
---|---|
class |
VerboseCommand
A command supporting an extensible set of boolean options.
|
Modifier and Type | Method and Description |
---|---|
Command |
CommandContext.getAutoRunCommand()
Get the "auto run" command registered with this object.
|
Command |
Command.Fault.getCommand()
Get the command that created this fault.
|
Command[] |
CommandContext.getCommands()
Get the set of commands to be executed by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.addCommand(Command cmd)
Add a new command to the set of commands to be executed
by this object.
|
void |
CommandContext.setAutoRunCommand(Command c)
Set the "auto run" command registered with this object.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.