Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
oracle.fmwplatform.envspec.model.tuning |
Classes used to describe TuningParameters.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Variable.setName(String name)
Sets the name of this Variable.
|
Variable |
Variable.setValue(String value)
Sets the value of this Variable.
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
Topology.getVariables()
Returns the variables that are used for substitution - note the variable dereference format is %x%.
|
Modifier and Type | Method and Description |
---|---|
Topology |
Topology.setVariables(List<Variable> variables)
Sets the Variables that are used for substitution - note the variable dereference format is %x%.
|
Constructor and Description |
---|
Variable(Variable original)
Create a new Variable by copying an existing Variable
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
TuningParameters.getAllVariables()
Returns the variables from this TuningParameters as well as any referenced TuningParameters, all the way down the
chain.
|
List<Variable> |
TuningParameters.getVariables()
Returns the list of variables for this TuningParameters for use in substituting any wildcard values %x%.
|