public static class IDictionary.DictionaryContext
extends java.lang.Object
Constructor and Description |
---|
DictionaryContext(Application application,
Version applicationVersion,
Environment environment,
Container container) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Application |
getApplication() |
Version |
getApplicationVersion() |
Container |
getContainer() |
Environment |
getEnvironment() |
int |
hashCode() |
public DictionaryContext(Application application, Version applicationVersion, Environment environment, Container container)
public Application getApplication()
Application
being deployed. Can be null
when (effective) dictionary is processed without application.public Version getApplicationVersion()
Version
being deployed. Can be null
when (effective) dictionary is processed without application.public Environment getEnvironment()
Environment
deploying to.public Container getContainer()
Container
the dictionary is going to be used for. Optional: Can be null
when the dictionary is applied to a larger context.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object