Class IDictionary.DictionaryContext
- java.lang.Object
 - 
- com.xebialabs.deployit.plugin.api.udm.IDictionary.DictionaryContext
 
 
- 
- Enclosing interface:
 - IDictionary
 
public static class IDictionary.DictionaryContext extends java.lang.ObjectContext used when processing dictionaries for a deployment. 
- 
- 
Constructor Summary
Constructors Constructor Description DictionaryContext(Application application, Version applicationVersion, Environment environment, Container container) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ApplicationgetApplication()VersiongetApplicationVersion()ContainergetContainer()EnvironmentgetEnvironment()inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
DictionaryContext
public DictionaryContext(Application application, Version applicationVersion, Environment environment, Container container)
 
 - 
 
- 
Method Detail
- 
getApplication
public Application getApplication()
- Returns:
 - The 
Applicationbeing deployed. Can benullwhen (effective) dictionary is processed without application. 
 
- 
getApplicationVersion
public Version getApplicationVersion()
- Returns:
 - The 
Versionbeing deployed. Can benullwhen (effective) dictionary is processed without application. 
 
- 
getEnvironment
public Environment getEnvironment()
- Returns:
 - The 
Environmentdeploying to. 
 
- 
getContainer
public Container getContainer()
- Returns:
 - The 
Containerthe dictionary is going to be used for. Optional: Can benullwhen the dictionary is applied to a larger context. 
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -