Package com.bea.wli.config.customization
Class EnvValueCustomization
java.lang.Object
com.bea.wli.config.customization.Customization
com.bea.wli.config.customization.EnvValueCustomization
- All Implemented Interfaces:
Serializable
Deprecated.
use EnvValueActionsCustomizationType instead
Customization class for environment value assignments
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEnvValueCustomization
(String description, List<QualifiedEnvValue> envValues) Deprecated.Constructor for modifying a set of similar environment values across a set of resources -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a copy of this customization and optionally modifies its target references so that the customization only applies to a reference if it is subsumed by a reference in the filter.Deprecated.Returns environment values that will be modifiedDeprecated.Returns the references to resources, folders or projects which the customizations will be applied to.com.bea.wli.config.customizations.CustomizationType
toXML()
Deprecated.Returns an xml representation for this customizationMethods inherited from class com.bea.wli.config.customization.Customization
fromXML, fromXML, fromXML, fromXML, getDescription, toXML, toXML
-
Field Details
-
serialVersionUID
public static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
EnvValueCustomization
Deprecated.Constructor for modifying a set of similar environment values across a set of resources- Parameters:
description
- the user given description for this customizationenvValues
- list of environment values to be modified.
-
-
Method Details
-
clone
Deprecated.Description copied from class:Customization
Returns a copy of this customization and optionally modifies its target references so that the customization only applies to a reference if it is subsumed by a reference in the filter. This operation essentially applies the customization to a smaller set of references. The target references is filtered so that one of the following happens:- if a target reference is in the filter then it is kept in the clone as well.
- otherwise if a target reference is under a project/folder specified in the filter then it is kept in the clone.
- otherwise, if there is a reference in the filter, that is under a target reference (for example filter contains folder a/b/c, and target contains project a) then the target reference (project a) is replaced with the filter reference (folder a/b/c), effectively narrowing the target reference to a more specific reference.
- otherwise the target reference is removed.
- Specified by:
clone
in classCustomization
- Parameters:
filter
- if filter is null no narrowing is performed, and the customization is cloned as-is.- Returns:
- the copy of this customization
-
getTargets
Deprecated.Description copied from class:Customization
Returns the references to resources, folders or projects which the customizations will be applied to.- Specified by:
getTargets
in classCustomization
- Returns:
- the references which the customizations will be applied to
-
getEnvValues
Deprecated.Returns environment values that will be modified- Returns:
- the environment values
-
toXML
public com.bea.wli.config.customizations.CustomizationType toXML() throws org.apache.xmlbeans.XmlExceptionDeprecated.Description copied from class:Customization
Returns an xml representation for this customization- Specified by:
toXML
in classCustomization
- Returns:
- the xml document
- Throws:
org.apache.xmlbeans.XmlException
-