|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.eval.launch.LaunchConfigurationFactory
public final class LaunchConfigurationFactory
Factory used to create a launch configuration.
This class cannot be instantiated or subclassed by clients.
| Method Summary | |
|---|---|
static LaunchConfiguration |
createRuleConfiguration(File projectClasspathFile,
String ruleSetName,
String ruleName)
Creates a launch configuration to evaluate an entry rule. |
static LaunchConfiguration |
createTextTemplateConfiguration(File projectClasspathFile,
String templateName)
Creates a launch configuration to evaluate a text template. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LaunchConfiguration createTextTemplateConfiguration(File projectClasspathFile,
String templateName)
projectClasspathFile - the file defining the project classpath.templateName - the fully qualified name of the text template.
public static LaunchConfiguration createRuleConfiguration(File projectClasspathFile,
String ruleSetName,
String ruleName)
projectClasspathFile - the file defining the project classpath.ruleSetName - the fully qualified name of the rule set.ruleName - the name of the entry rule.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||