public interface IDictionary extends ConfigurationItem
Modifier and Type | Interface and Description |
---|---|
static class |
IDictionary.DictionaryContext
Context used when processing dictionaries for a deployment.
|
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Modifier and Type | Method and Description |
---|---|
IDictionary |
applyTo(IDictionary.DictionaryContext context)
Return a view on this dictionary as applicable to the given context.
|
java.util.Map<java.lang.String,java.lang.String> |
getEntries() |
java.lang.String |
getValue(java.lang.String key) |
get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
java.lang.String getValue(java.lang.String key)
key
- The key of a dictionary entry.java.util.Map<java.lang.String,java.lang.String> getEntries()
IDictionary applyTo(IDictionary.DictionaryContext context)
context
- The context to generate the view for.this
if no adjustments are required or null
if the dictionary is not applicable to the given context.