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.domain |
This package contains classes that are used to describe components of a WebLogic Domain.
|
Modifier and Type | Method and Description |
---|---|
protected List<ConfigGroup> |
OfflineEnvironment.getConfigGroups()
returns the list of ConfigGroup objects of the discovered offline WebLogic Domain.
|
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ConfigGroup.setDescription(String description)
Sets the description of the ConfigGroup.
|
ConfigGroup |
ConfigGroup.setName(String name)
Sets the name of the ConfigGroup.
|
ConfigGroup |
ConfigGroup.setUserExpandable(boolean userExpandable)
Sets the userExpandable of the ConfigGroup.
|