Uses of Interface
com.sodius.mdw.core.eval.launch.LaunchConfiguration

Packages that use LaunchConfiguration
com.sodius.mdw.core.eval Contains the evaluation framework to launch evaluations of templates, rules and scripts. 
com.sodius.mdw.core.eval.launch Provides a launch configuration framework, which defines a complete set of properties to launch a text template or a main rule evaluation. 
 

Uses of LaunchConfiguration in com.sodius.mdw.core.eval
 

Methods in com.sodius.mdw.core.eval that return LaunchConfiguration
 LaunchConfiguration EvaluationManager.loadLaunchConfiguration(File file)
          Loads the specified launch configuration.
 

Methods in com.sodius.mdw.core.eval with parameters of type LaunchConfiguration
 EvaluationResult EvaluationManager.evaluate(LaunchConfiguration configuration, ProgressMonitor monitor)
          Launches an evaluation based on the specified launch configuration.
 

Uses of LaunchConfiguration in com.sodius.mdw.core.eval.launch
 

Methods in com.sodius.mdw.core.eval.launch that return LaunchConfiguration
static LaunchConfiguration LaunchConfigurationFactory.createRuleConfiguration(File projectClasspathFile, String ruleSetName, String ruleName)
          Creates a launch configuration to evaluate an entry rule.
static LaunchConfiguration LaunchConfigurationFactory.createTextTemplateConfiguration(File projectClasspathFile, String templateName)
          Creates a launch configuration to evaluate a text template.