com.xebialabs.deployit.ci.mapping
Class SourcePropertyOverridingMapping

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.ci.mapping.Mapping
          extended by com.xebialabs.deployit.ci.mapping.SourcePropertyOverridingMapping
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem(description="A mapping that has a list of key/value pairs that can override values of the source")
public abstract class SourcePropertyOverridingMapping
extends Mapping

A mapping that has a list of key/value pairs that can override values of the source.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
SourcePropertyOverridingMapping()
           
SourcePropertyOverridingMapping(java.io.Serializable source, java.io.Serializable target)
           
 
Method Summary
 void addSourcePropertyOverride(KeyValuePair sourcePropertyOverride)
           
 java.util.List<KeyValuePair> getSourcePropertyOverrides()
           
 void setSourcePropertyOverrides(java.util.List<KeyValuePair> sourcePropertyOverrides)
           
 
Methods inherited from class com.xebialabs.deployit.ci.mapping.Mapping
getSource, getTarget, isIdentical, isSimilar, setSource, setTarget
 
Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem
equals, getLabel, hashCode, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourcePropertyOverridingMapping

public SourcePropertyOverridingMapping()

SourcePropertyOverridingMapping

public SourcePropertyOverridingMapping(java.io.Serializable source,
                                       java.io.Serializable target)
Method Detail

getSourcePropertyOverrides

public java.util.List<KeyValuePair> getSourcePropertyOverrides()

setSourcePropertyOverrides

public void setSourcePropertyOverrides(java.util.List<KeyValuePair> sourcePropertyOverrides)

addSourcePropertyOverride

public void addSourcePropertyOverride(KeyValuePair sourcePropertyOverride)


Copyright © 2010. All Rights Reserved.