|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuleEntryPoint
An entry-point representing a main rule to evaluate.
This interface is not intended to be implemented by clients.
LaunchConfiguration.getEntryPoint()| Method Summary | |
|---|---|
LaunchStringArgument |
addRuleArgument(String value)
Adds a new String argument, matching a Parameter of the rule. |
List<LaunchStringArgument> |
getRuleArguments()
Returns the rule arguments to use. |
String |
getRuleName()
Returns the name of the top-level rule to evaluate. |
| Methods inherited from interface com.sodius.mdw.core.eval.launch.LaunchEntryPoint |
|---|
addArgument, addArgument, getArguments, getQualifiedName |
| Method Detail |
|---|
String getRuleName()
public or entry.
List<LaunchStringArgument> getRuleArguments()
LaunchStringArgument elements.ProjectElement.getParameters()LaunchStringArgument addRuleArgument(String value)
String argument, matching a Parameter of the rule.
value - an argument.
LaunchStringArgument, added to the argument list of the entry-Point.Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||