Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.domain.runtime.startup
Class StartupParameters

java.lang.Object
  extended by oracle.odi.domain.runtime.startup.StartupParameters

Direct Known Subclasses:
LoadPlanStartupParameters

public class StartupParameters
extends java.lang.Object

Value object representing startup parameters of an ODI session.

These parameters will override default variable values of an ODI scenario when it is executed.


Constructor Summary
StartupParameters()
          Construct a new empty StartupParameters.
StartupParameters(java.util.Map<java.lang.String,java.lang.String> pParameters)
          Construct a new StartupParameters with the given map of variables (variable name / value pairs).

 

Method Summary
 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.

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

StartupParameters

public StartupParameters()
Construct a new empty StartupParameters.

StartupParameters

public StartupParameters(java.util.Map<java.lang.String,java.lang.String> pParameters)
Construct a new StartupParameters with the given map of variables (variable name / value pairs).
Parameters:
pParameters - the parameters
Throws:
java.lang.IllegalArgumentException - if the given map is null.

Method Detail

getValue

public java.lang.String getValue(java.lang.String pName)
Obtains the value for the given parameter name.
Parameters:
pName - parameter name
Returns:
parameter value, null if not defined

getNames

public java.lang.String[] getNames()
Obtains the parameters names defined for this StartupParameters.
Returns:
an array of parameter names

isEmpty

public boolean isEmpty()
Indicate whether this StartupParameters is empty, or not.
Returns:
true if empty, false otherwise

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.