See: Description
Class | Description |
---|---|
EnvValueQuery |
Represents a query to find environnment values embedded in resource data, based on a criteria.
|
NonQualifiedEnvValue |
Represents an instance of an environment value embedded in a particular resource data.
|
QualifiedEnvValue |
Represents an instance of an environment value embedded in a particular resource data.
|
An environment specific value is a particular piece of data embedded in the resource data whose value changes between different domains. These values usually need to be changed when moving (staging) configuration from one domain to another domain, or from testing to production. The URL of a proxy service is example of such an environment value. Depending on the physical location of the domain the URL will change.
Environment values can be queried, and modified using the ConfigMBean. ConfigMBean provides APIs to individually modify environment values, or find and replace certain sub strings found in environment values with a different string.
com.bea.wli.config.mbeans.ConfigMBean