Class AbstractWorkflowExtensionConfigurationBuilder
java.lang.Object
de.uka.ipd.sdq.workflow.extension.AbstractWorkflowExtensionConfigurationBuilder
Provides an abstract class for which an implementation has to be provided by a workflow extension
job. The class has to provide the logic to derive job configuration values based on the given
Eclipse AbstractWorkflowBasedRunConfiguration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractExtensionJobConfiguration
buildConfiguration
(Map<String, Object> attributes) Fill the configuration object with extension specific configurations.
-
Constructor Details
-
AbstractWorkflowExtensionConfigurationBuilder
public AbstractWorkflowExtensionConfigurationBuilder()
-
-
Method Details
-
buildConfiguration
Fill the configuration object with extension specific configurations.- Parameters:
attributes
- the attributes- Returns:
- The prepared configuration for the job extension
-