T-Plan Robot Enterprise 3.2
Build No. 3.2-20121217.1

com.tplan.robot.scripting.interpret
Interface ScriptOwner

All Known Implementing Classes:
Editor

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

save

void save(TestScriptInterpret interpret)
          throws IOException
Throws:
IOException

T-Plan Robot Enterprise 3.2
Build No. 3.2-20121217.1