Uses of Class
com.sun.javatest.tool.CommandContext.Fault

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

Methods in com.sun.javatest.tool that throw CommandContext.Fault
 InterviewParameters CommandContext.getConfig()
          Get the configuration associated with this object.
 InterviewParameters CommandContext.getInterviewParameters()
          Deprecated. Use getConfig().
 TestSuite CommandContext.getTestSuite()
          Get the test suite associated with this object.
 WorkDirectory CommandContext.getWorkDirectory()
          Get the work directory associated with this object.
 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.
 void CommandContext.runCommands()
          Run the set of commands that have been registered with this object.
 void CommandContext.setConfig(java.io.File path)
          Set the path for the configuration information to be associated with this object.
 void CommandContext.setInterviewParameters(InterviewParameters p)
          Deprecated. Use setConfig().
 void CommandContext.setTestSuite(java.io.File path)
          Set the path for the test suite to be associated with this object.
 void CommandContext.setTestSuite(TestSuite ts)
          Set the test suite to be associated with this object.
 void CommandContext.setWorkDirectory(java.io.File path)
          Set the path for the work directory to be associated with this object.
 void CommandContext.setWorkDirectory(java.io.File path, boolean create)
          Set the path for the work directory to be associated with this object.
 void CommandContext.setWorkDirectory(WorkDirectory wd)
          Set the work directory to be associated with this object.
 

Constructors in com.sun.javatest.tool with parameters of type CommandContext.Fault
Command.Fault(CommandContext.Fault e)
          Create a Fault, by wrapping a CommandContext Fault.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.