Package | Description |
---|---|
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 |
---|---|
Target |
DomainProfile.getTarget(String objectName) |
Target |
Target.setObjectName(String objectName)
Sets the name of a Targetable object (e.g., a Config Group).
|
Target |
Target.setTargetNames(Set<String> targetNames)
Sets the set of names of this Target (e.g.
|
Modifier and Type | Method and Description |
---|---|
List<Target> |
DomainProfile.getTargets()
Returns the list of targets defined in this domain profile.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DomainProfile.addTarget(Target target)
Adds a target to the list of targets defined in this DomainProfile.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DomainProfile.addAllTargets(List<Target> targets)
Adds a list of Target objects to the list of Targets in this DomainProfile
|
DomainProfile |
DomainProfile.setTargets(List<Target> targets)
Sets the list of targets defined in this DomainProfile.
|
Modifier and Type | Method and Description |
---|---|
List<Target> |
Domain.getEffectiveTargets()
Returns all the targets in this domain.
|