Uses of Class
com.sun.javatest.tool.Command

Packages that use Command
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 Command in com.sun.javatest.tool
 

Subclasses of Command in com.sun.javatest.tool
 class VerboseCommand
          A command supporting an extensible set of boolean options.
 

Methods in com.sun.javatest.tool that return Command
 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.
 

Methods in com.sun.javatest.tool with parameters of type Command
 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.