|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.config.customization.Customization
com.bea.wli.config.customization.EnvValueCustomization
public class EnvValueCustomization
Customization class for environment value assignments
Field Summary | |
---|---|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
EnvValueCustomization(String description,
List<QualifiedEnvValue> envValues)
Constructor for modifying a set of similar environment values across a set of resources |
Method Summary | |
---|---|
Customization |
clone(Set<Ref> filter)
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()
returns environment values that will be modified |
Set<Ref> |
getTargets()
Returns the references to resources, folders or projects which the customizations will be applied to. |
org.apache.xmlbeans.XmlObject |
toXML()
Returns an xml representation for this customization |
Methods inherited from class com.bea.wli.config.customization.Customization |
---|
fromXML, fromXML, getDescription, toXML |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public EnvValueCustomization(String description, List<QualifiedEnvValue> envValues)
description
- the user given description for this customizationenvValues
- list of environment values to be modified.Method Detail |
---|
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 org.apache.xmlbeans.XmlObject toXML() throws org.apache.xmlbeans.XmlException
Customization
toXML
in class Customization
org.apache.xmlbeans.XmlException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |