Class IDictionary.DictionaryContext

  • Enclosing interface:
    IDictionary

    public static class IDictionary.DictionaryContext
    extends java.lang.Object
    Context used when processing dictionaries for a deployment.
    • Method Detail

      • getApplication

        public Application getApplication()
        Returns:
        The Application being deployed. Can be null when (effective) dictionary is processed without application.
      • getApplicationVersion

        public Version getApplicationVersion()
        Returns:
        The Version being deployed. Can be null when (effective) dictionary is processed without application.
      • getContainer

        public Container getContainer()
        Returns:
        The Container the dictionary is going to be used for. Optional: Can be null when the dictionary is applied to a larger context.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object