@Deprecated public class EnvValueCustomization extends Customization
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
EnvValueCustomization(String description, List<QualifiedEnvValue> envValues)
Deprecated.
Constructor for modifying a set of similar environment values across a set of resources
|
Modifier and Type | Method and Description |
---|---|
Customization |
clone(Set<Ref> filter)
Deprecated.
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.
|
List<QualifiedEnvValue> |
getEnvValues()
Deprecated.
Returns environment values that will be modified
|
Set<Ref> |
getTargets()
Deprecated.
Returns the references to resources, folders or projects which the customizations will be applied to.
|
CustomizationType |
toXML()
Deprecated.
Returns an xml representation for this customization
|
fromXML, fromXML, fromXML, getDescription, toXML, toXML
public static final long serialVersionUID
public EnvValueCustomization(String description, List<QualifiedEnvValue> envValues)
description
- the user given description for this customizationenvValues
- list of environment values to be modified.public Customization clone(Set<Ref> filter)
Customization
clone
in class Customization
filter
- if filter is null no narrowing is performed, and the customization is cloned as-is.public Set<Ref> getTargets()
Customization
getTargets
in class Customization
public List<QualifiedEnvValue> getEnvValues()
public CustomizationType toXML() throws XmlException
Customization
toXML
in class Customization
XmlException