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

Packages that use LaunchStringArgument
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 LaunchStringArgument in com.sodius.mdw.core.eval.launch
 

Methods in com.sodius.mdw.core.eval.launch that return LaunchStringArgument
 LaunchStringArgument LaunchEntryPoint.addArgument(String value)
          Adds a new String argument, matching a Parameter of the unit.
 LaunchStringArgument RuleEntryPoint.addRuleArgument(String value)
          Adds a new String argument, matching a Parameter of the rule.
 

Methods in com.sodius.mdw.core.eval.launch that return types with arguments of type LaunchStringArgument
 List<LaunchStringArgument> RuleEntryPoint.getRuleArguments()
          Returns the rule arguments to use.