public class StartupParameters
extends java.lang.Object
These parameters will override default variable values of an ODI scenario when it is executed.
| Constructor and Description |
|---|
StartupParameters()
Construct a new empty
StartupParameters. |
StartupParameters(java.util.Map pParameters)
Construct a new
StartupParameters with the given map of variables
(variable name / value pairs). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String[] |
getNames()
Obtains the parameters names defined for this
StartupParameters. |
java.lang.String |
getValue(java.lang.String pName)
Obtains the value for the given parameter name.
|
int |
hashCode() |
boolean |
isEmpty()
Indicate whether this
StartupParameters is empty, or not. |
public StartupParameters()
StartupParameters.public StartupParameters(java.util.Map pParameters)
StartupParameters with the given map of variables
(variable name / value pairs).pParameters - the parametersDomainRuntimeException - if the given map is null.public java.lang.String getValue(java.lang.String pName)
pName - parameter namenull if not definedpublic java.lang.String[] getNames()
StartupParameters.public boolean isEmpty()
StartupParameters is empty, or not.true if empty, false otherwisepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object