public class LoadPlanStartupParameters extends StartupParameters
These parameters will override default variable values of an ODI scenario when it is executed.
| Constructor and Description | 
|---|
LoadPlanStartupParameters(java.util.Map pParameters)
Construct a new  
LoadPlanStartupParameters with the given map of variables 
 (variable name / value pairs). | 
public LoadPlanStartupParameters(java.util.Map pParameters)
LoadPlanStartupParameters with the given map of variables 
 (variable name / value pairs).pParameters - the parametersDomainRuntimeException - if the given map is null.