com.xebialabs.deployit.plugin.api.udm
Class Dictionary

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.api.udm.Dictionary
All Implemented Interfaces:
ConfigurationItem, java.io.Serializable, java.lang.Comparable<BaseConfigurationItem>

@Metadata(root=ENVIRONMENTS,
          description="A Dictionary contains key-value pairs that can be replaced")
public class Dictionary
extends BaseConfigurationItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Constructor Summary
Dictionary()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getEntries()
           
 java.lang.String getValue(java.lang.String key)
           
 boolean hasValue(java.lang.String key)
           
 void setEntries(java.util.Map<java.lang.String,java.lang.String> dict)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, setId, setProperty, setSyntheticProperties, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()
Method Detail

setEntries

public void setEntries(java.util.Map<java.lang.String,java.lang.String> dict)

getEntries

public java.util.Map<java.lang.String,java.lang.String> getEntries()

getValue

public java.lang.String getValue(java.lang.String key)

hasValue

public boolean hasValue(java.lang.String key)