1.0.0

org.eclipse.soda.dk.testmanager.action
Class CreateRequest

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.action.ConfigurationAction
      extended by org.eclipse.soda.dk.testmanager.action.CreateRequest
All Implemented Interfaces:
Action

public class CreateRequest
extends ConfigurationAction

Version:
1.0.0

Constructor Summary
CreateRequest()
           
 
Method Summary
protected  void execute(TestScriptService testScript, ConfigurationTemplate template)
          Execute with the specified test script and template parameters.
protected  java.lang.String getName()
          Gets the name (String) value.
 
Methods inherited from class org.eclipse.soda.dk.testmanager.action.ConfigurationAction
addConfiguration, execute, getConfigurationTemplates, getDescription, handleScriptActionError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRequest

public CreateRequest()
Method Detail

execute

protected void execute(TestScriptService testScript,
                       ConfigurationTemplate template)
                throws InvalidSyntaxException,
                       java.io.IOException
Execute with the specified test script and template parameters.

Specified by:
execute in class ConfigurationAction
Parameters:
testScript - The test script (TestScriptService) parameter.
template - The template (ConfigurationTemplate) parameter.
Throws:
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOException
See Also:
ConfigurationAction.execute(TestScriptService)

getName

protected java.lang.String getName()
Gets the name (String) value.

Specified by:
getName in class ConfigurationAction
Returns:
The name (String) value.

1.0.0

Copyright (c) 2007 IBM