public interface RuleEntryPoint extends LaunchEntryPoint
This interface is not intended to be implemented by clients.
LaunchConfiguration.getEntryPoint()
Modifier and Type | Method and Description |
---|---|
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.
|
addArgument, addArgument, getArguments, getQualifiedName
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