Uses of Class
com.sun.javatest.EditJTI.Fault

Packages that use EditJTI.Fault
Package
Description
This package provides facilities for reading, executing and monitoring tests.
  • Uses of EditJTI.Fault in com.sun.javatest

    Methods in com.sun.javatest that throw EditJTI.Fault
    Modifier and Type
    Method
    Description
    void
    EditJTI.edit(String cmd)
    Apply an edit to the current configuration.
    void
    EditJTI.edit(String... cmds)
    Apply a series of edits to the current configuration.
    void
    EditJTI.load(File inFile, TestSuite ts)
    Load a configuration file to be edited.
    void
    EditJTI.load(File inFile, URLClassLoader loader)
    Load a configuration file to be edited, using a specified class loader to load the interview class.
    boolean
    EditJTI.run(String... args)
    Run the utility, without exiting.
    boolean
    EditJTI.run(String[] args, PrintWriter out)
    Run the utility, without exiting, writing any messages to a specified stream.