|
T-Plan Robot Enterprise 3.2 Build No. 3.2-20121217.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScriptOwner
Script owner (for example an editor) which can apply changes to the source code. Script owners should register with the script interprets so that the interpret may ask them to save the script when needed (for example, if the script compiler needs to save the changes to a file before compilation).
Script interprets should never save the file on their own because they don't know who currently edits the document.
T-Plan Robot Enterprise, (C) 2009-2012 T-Plan Limited. All rights reserved.
| Method Summary | |
|---|---|
void |
save(TestScriptInterpret interpret)
|
| Method Detail |
|---|
void save(TestScriptInterpret interpret)
throws IOException
IOException
|
T-Plan Robot Enterprise 3.2 Build No. 3.2-20121217.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||