| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
| oracle.fmwplatform.envspec.model |
This package contains classes that are used to represent models of real (existing) or imagined (to be created) environments.
|
| oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
| Modifier and Type | Method and Description |
|---|---|
static OracleHome |
EnvironmentBootstrapMapping.buildBootstrapOracleHome(String id, String oracleHomePath, String javaHomePath, Type oracleHomeType)
Create an OracleHome object and add the oracle home bootstrap parameters
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentModel |
EnvironmentModelBuilder.addOracleHomeBootstrapParams(String id, String oracleHomePath, Type oracleHomeType, String javaHomePath, EnvironmentModel model)
Adds Oracle home bootstrap parameters to the EnvironmentModel.
|
EnvironmentModel |
EnvironmentModelBuilder.buildFromOracleHomeBootstrapParams(String id, String oracleHomePath, Type oracleHomeType, String javaHomePath)
Returns a new EnvironmentModel which only contains an Oracle home with its bootstrap parameters.
|
| Modifier and Type | Field and Description |
|---|---|
protected Type |
OracleHome.type
Identifies whether this is a shared or local OracleHome.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.fromValue(String value) |
Type |
Domain.getType()
Returns the type of the domain (local or shared)
|
Type |
OracleHome.getType()
Returns the type of this OracleHome (shared or local).
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Domain |
Domain.setType(Type type)
Sets the type of the Domain (local or shared).
|
OracleHome |
OracleHome.setType(Type type)
Sets the type of this OracleHome (shared or local).
|