Interface AlgorithmPolicyConfiguration

    • Method Detail

      • isIncludeMerge

        boolean isIncludeMerge()
        Flag indicating whether to merge this configuration's includes with one of a lower order of precedence, or to treat this include collection as authoritative.
        Returns:
        true if should merge, false otherwise
      • isExcludeMerge

        boolean isExcludeMerge()
        Flag indicating whether to merge this configuration's excludes with one of a lower order of precedence, or to treat this exclude collection as authoritative.
        Returns:
        true if should merge, false otherwise
      • getIncludeExcludePrecedence

        @Nonnull
        AlgorithmPolicyConfiguration.Precedence getIncludeExcludePrecedence()
        Get preference value indicating which should take precedence when both include and exclude collections are non-empty.
        Returns:
        the configured precedence value.