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.
|