Package | Description |
---|---|
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.domain |
Classes used to describe a DomainProfile.
|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
DomainProfile |
EnvironmentModelFileLocator.locateDomainProfile(String name,
String version)
Searches for a DomainProfile in the search path that matches the name and version specified.
|
DomainProfile |
EnvironmentModelBuilder.readDomainProfile(File profileFile)
Reads a Domain Profile from the specified file.
|
DomainProfile |
EnvironmentModelBuilder.readDomainProfile(String name,
String version)
Locates and reads the specified domain profile.
|
Modifier and Type | Method and Description |
---|---|
List<DomainProfile> |
EnvironmentModelBuilder.getAllDomainProfiles()
Returns a list containing all of the DomainProfiles in the environment model.
|
Modifier and Type | Method and Description |
---|---|
static List<AppSvcGroup> |
BlueprintUtils.getNonTargetedAppSvcGroups(Blueprint bp,
DomainProfile dp,
boolean recurseDP)
Gets the list of AppSvcGroups in the given blueprint that are not targeted in the domainProfile.
|
Modifier and Type | Method and Description |
---|---|
DomainProfile |
DomainProfile.getDomainProfile()
Returns the domain profile from any domain profile reference this domain profile may have.
|
DomainProfile |
DomainProfile.setBlueprints(List<Blueprint> blueprints)
Sets a list of Blueprints replacing the existing list of blueprints in this domain profile.
|
DomainProfile |
DomainProfile.setClusters(List<Cluster> clusters)
Sets the list of Clusters in this DomainProfile.
|
DomainProfile |
DomainProfile.setDomainProfile(DomainProfile domainProfile)
Set the child domain profile to the domain profile specified in domainProfile.
|
DomainProfile |
DomainProfile.setDomainProfile(String domainProfileName)
Set the child domain profile by loading the domain profile identified by the domainProfileName.
|
DomainProfile |
DomainProfile.setDomainProfile(String domainProfileName,
String version,
EnvironmentModelFileLocator locator)
Set the child domain profile by loading the domain profile identified by the domainProfileName.
|
DomainProfile |
DomainProfile.setFMWVersionRange(String fmwVersionRange) |
DomainProfile |
DomainProfile.setName(String name) |
DomainProfile |
DomainProfile.setSchemaVersion(String schemaVersion) |
DomainProfile |
DomainProfile.setServers(List<Server> servers)
Sets the list of Servers in this DomainProfile.
|
DomainProfile |
DomainProfile.setTargets(List<Target> targets)
Sets the list of targets defined in this DomainProfile.
|
DomainProfile |
DomainProfile.setVersion(String version) |
Modifier and Type | Method and Description |
---|---|
DomainProfile |
DomainProfile.setDomainProfile(DomainProfile domainProfile)
Set the child domain profile to the domain profile specified in domainProfile.
|
Modifier and Type | Method and Description |
---|---|
DomainProfile |
Domain.getDomainProfile() |
Modifier and Type | Method and Description |
---|---|
Domain |
Domain.setDomainProfile(DomainProfile domainProfile)
Sets the DomainProfile for this Domain.
|