Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
Modifier and Type | Method and Description |
---|---|
void |
EditJTI.edit(java.lang.String cmd)
Apply an edit to the current configuration.
|
void |
EditJTI.edit(java.lang.String[] cmds)
Apply a series of edits to the current configuration.
|
void |
EditJTI.load(java.io.File inFile,
TestSuite ts)
Load a configuration file to be edited.
|
void |
EditJTI.load(java.io.File inFile,
java.net.URLClassLoader loader)
Load a configuration file to be edited, using a specified class loader
to load the interview class.
|
boolean |
EditJTI.run(java.lang.String[] args)
Run the utility, without exiting.
|
boolean |
EditJTI.run(java.lang.String[] args,
java.io.PrintWriter out)
Run the utility, without exiting, writing any messages to a specified stream.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.