| |
|
| java.lang.Object org.netbeans.modules.etl.ui.view.cookies.ExecuteTestCookie
ExecuteTestCookie | public class ExecuteTestCookie implements Node.Cookie(Code) | | Encapsulates access control and execution of test eTL process on a selected
SQLDefinition.
author: Jonathan Giron version: $Revision$ |
Constructor Summary | |
public | ExecuteTestCookie() Creates a new instance of ETLEditorSaveAction associated with the given
data object. |
Method Summary | |
public void | start() Executes the test process for the associated SQLDefinition. |
ExecuteTestCookie | public ExecuteTestCookie()(Code) | | Creates a new instance of ETLEditorSaveAction associated with the given
data object.
Parameters: mObj - etldataobject to associate with this cookie. |
start | public void start()(Code) | | Executes the test process for the associated SQLDefinition.
|
|
|
|