Package | Description |
---|---|
oracle.fmwplatform.envspec.environment |
This package contains classes that are used to represent various types of actual (existing) environments.
|
oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
Modifier and Type | Class and Description |
---|---|
class |
OfflineEnvironment
Represents the interface to the data access methods for information from a domain that is currently offline.
|
class |
OnlineEnvironment
Represents the interface to the data access methods for information from a domain that is currently online.
|
Modifier and Type | Method and Description |
---|---|
protected static HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> |
EnvironmentUtils.filterEnvironmentTypeWLSTValues(HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> map,
DomainEnvironment environment)
Filter WLST alias values so it matches with the online or offline environment
|