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.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentDiscovery.offline(EnvironmentModel model, DiscoveryOptions options, ModelTarget target)
Discover offline Domain artifacts and add them to the topology
|
void |
EnvironmentDiscovery.online(EnvironmentModel model, DiscoveryOptions options, ModelTarget target)
Discover online Domain artifacts and add them to the topology
|
Modifier and Type | Method and Description |
---|---|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, DiscoveryOptions options, List<ModelTarget> targets)
Populates and refreshes the environment model by doing OracleHome, Online and Offline domain environment discovery.
|