Class IDictionary.DictionaryContext
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.IDictionary.DictionaryContext
- Enclosing interface:
 - IDictionary
 
Context used when processing dictionaries for a deployment.
- 
Constructor Summary
ConstructorsConstructorDescriptionDictionaryContext(Application application, Version applicationVersion, Environment environment, Container container)  - 
Method Summary
 
- 
Constructor Details
- 
DictionaryContext
public DictionaryContext(Application application, Version applicationVersion, Environment environment, Container container)  
 - 
 - 
Method Details
- 
getApplication
- Returns:
 - The 
Applicationbeing deployed. Can benullwhen (effective) dictionary is processed without application. 
 - 
getApplicationVersion
- Returns:
 - The 
Versionbeing deployed. Can benullwhen (effective) dictionary is processed without application. 
 - 
getEnvironment
- Returns:
 - The 
Environmentdeploying to. 
 - 
getContainer
- Returns:
 - The 
Containerthe dictionary is going to be used for. Optional: Can benullwhen the dictionary is applied to a larger context. 
 - 
equals
 - 
hashCode
public int hashCode() 
 -