|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testmanager.action.ConfigurationAction
public abstract class ConfigurationAction
| Constructor Summary | |
|---|---|
ConfigurationAction()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
addConfiguration(java.lang.String pid,
java.lang.String factoryPid,
java.lang.String bundleLocation,
java.lang.String filter,
java.util.Dictionary properties)
Add configuration with the specified pid, factory pid, bundle location, filter and properties parameters. |
void |
execute(TestScriptService testScript)
Execute with the specified test script parameter. |
protected abstract void |
execute(TestScriptService testScript,
ConfigurationTemplate template)
Execute with the specified test script and template parameters. |
protected java.util.List |
getConfigurationTemplates()
Gets the configuration templates (List) value. |
java.lang.String |
getDescription()
Gets the description (String) value. |
protected abstract java.lang.String |
getName()
Gets the name (String) value. |
protected void |
handleScriptActionError(TestScriptService testScript,
java.lang.String detail)
Handle script action error |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationAction()
| Method Detail |
|---|
public void addConfiguration(java.lang.String pid,
java.lang.String factoryPid,
java.lang.String bundleLocation,
java.lang.String filter,
java.util.Dictionary properties)
pid - The pid (String) parameter.factoryPid - The factory pid (String) parameter.bundleLocation - The bundle location (String) parameter.filter - The filter (String) parameter.properties - The properties (Dictionary) parameter.public void execute(TestScriptService testScript)
execute in interface ActiontestScript - The test script (TestScriptService) parameter.execute(TestScriptService,ConfigurationTemplate)
protected abstract void execute(TestScriptService testScript,
ConfigurationTemplate template)
throws InvalidSyntaxException,
java.io.IOException
testScript - The test script (TestScriptService) parameter.template - The template (ConfigurationTemplate) parameter.
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOExceptionexecute(TestScriptService)protected java.util.List getConfigurationTemplates()
List) value.public java.lang.String getDescription()
getDescription in interface ActionString) value.protected abstract java.lang.String getName()
String) value.
protected void handleScriptActionError(TestScriptService testScript,
java.lang.String detail)
testScript - The test script (TestScriptService) parameter.detail - The detail (String) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||