Class ContextSearchTree

  • All Implemented Interfaces:
    ContextSearchNode
    Direct Known Subclasses:
    ContextSearchProgress

    public class ContextSearchTree
    extends DefaultContextSearchNode
    Configuration context search tree.

    Searching of contexts is performed by traversing through context tree in regards to merge-by attributes, obligatory merge attributes and/or appropriate CockpitConfigurationContextStrategy. Each step down the tree means that any contexts found are a little bit less relevant to actual request. It is represented by search level and results in lower priority during merge process - a context with lower priority (found on lower level) is merged into a context with higher priority (found on higher level).

    • Constructor Detail

      • ContextSearchTree

        public ContextSearchTree​(java.util.Collection<java.lang.String> relevanceZones)
        Relevance zones for this search
        Parameters:
        relevanceZones - relevance zones in order from most important to least important