|
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.AbstractAction
org.eclipse.soda.dk.testmanager.action.ConfigurationAction
public abstract class ConfigurationAction
| Constructor Summary | |
|---|---|
protected |
ConfigurationAction(java.lang.String id)
Constructs an instance of this class. |
| Method Summary | |
|---|---|
void |
addConfiguration(java.lang.String id,
java.lang.String controllerId,
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 id, controller id, pid, factory pid, bundle location, filter and properties parameters. |
void |
addCounts(TestStatisticsService testStatistics)
Add counts with the specified test script parameter. |
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 TestSessionService |
getTestSession(TestScriptService testScript,
java.lang.String controllerId)
Get test session with the specified test script and controller id parameters and return the TestSessionService result. |
| Methods inherited from class org.eclipse.soda.dk.testmanager.action.AbstractAction |
|---|
execute, getId, getParentAction, handleScriptActionError, setParentAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.soda.dk.testmanager.action.Action |
|---|
getId, getParentAction, setParentAction |
| Constructor Detail |
|---|
protected ConfigurationAction(java.lang.String id)
id - The ID (String) parameter.| Method Detail |
|---|
public void addConfiguration(java.lang.String id,
java.lang.String controllerId,
java.lang.String pid,
java.lang.String factoryPid,
java.lang.String bundleLocation,
java.lang.String filter,
java.util.Dictionary properties)
id - The ID (String) parameter.controllerId - The controller ID (String) parameter.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 addCounts(TestStatisticsService testStatistics)
addCounts in interface ActiontestStatistics - The test statistics (TestStatisticsService) 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.IOException - IOException.execute(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 TestSessionService getTestSession(TestScriptService testScript,
java.lang.String controllerId)
throws java.io.IOException
testScript - The test script (TestScriptService) parameter.controllerId - The controller ID (String) parameter.
TestSessionService) value.
java.io.IOException - IOException.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||