Class PCMWorkflowConfigurationBuilder


  • public class PCMWorkflowConfigurationBuilder
    extends de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
    Builder class which is able to fill the PCM specific parts of a workflow configuration object based on the PCM filename configuration tab entries.
    • Constructor Detail

      • PCMWorkflowConfigurationBuilder

        public PCMWorkflowConfigurationBuilder​(ILaunchConfiguration configuration,
                                               String mode)
                                        throws CoreException
        Constructor of this builder
        Parameters:
        configuration - The configuration as created by Eclipse based on the data entered by the user in the Eclipse Run Dialog
        mode - Either "debug" or "run", passed by Eclipse depending on the used dialog
        Throws:
        CoreException
    • Method Detail

      • fillConfiguration

        public void fillConfiguration​(de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration configuration)
                               throws CoreException
        Specified by:
        fillConfiguration in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
        Throws:
        CoreException