Class ContextProperties


  • public final class ContextProperties
    extends Object
    Default configuration property names implicitly set by the configuration generator. The keys can also be used as placeholders with syntax ${key} in filename patterns. These names should not be used inside custom configuration sections of roles or environments.
    • Field Detail

      • ROLE_VARIANT

        public static final String ROLE_VARIANT
        Current node role variant name. This is only set, if the node role has only one variant assigned.
        See Also:
        Constant Field Values
      • ROLE_VARIANTS

        public static final String ROLE_VARIANTS
        List of current node role variant names. Empty if no variant is assigned. Single element if exactly one variant is assigned. List if multiples are assigned.
        See Also:
        Constant Field Values
      • NODES_BY_ROLE

        public static final String NODES_BY_ROLE
        Map with node roles with each entry containing a list of all nodes with this role. Each node has properties as defined in Node.
        See Also:
        Constant Field Values
      • NODES_BY_ROLE_VARIANT

        public static final String NODES_BY_ROLE_VARIANT
        Map with node roles with each entry containing a map with node role variants each entry containing a list of all nodes with this role and variant. Each node has properties as defined in Node.
        See Also:
        Constant Field Values
      • TENANTS_BY_ROLE

        public static final String TENANTS_BY_ROLE
        Map with tenant roles with each entry containing a list of all tenants with this role. Each tenant has properties as defined in Tenant.
        See Also:
        Constant Field Values
      • MULTIPLY_INDEX

        public static final String MULTIPLY_INDEX
        File index (starting with 0) if a multiply plugin is used.
        See Also:
        Constant Field Values