Interface BuilderParams


public interface BuilderParams
Parameters that can be set by the BUILDER_PARAM ComponentType. The name of the method listed here should be the same as the name specified in the ConfigComponent.
  • Method Details

    • get

      default Method get(String name)
      Gets one of the contained methods by name.
      Parameters:
      name - the name of the method to get.
      Returns:
      the Method.
    • matcherMap

      Map<String,IHeaderMatcher> matcherMap()
      Gets a mapping of matcher names to matchers.
      Returns:
      the mapping of matcher names to matchers.
    • licenseFamilies

      SortedSet<ILicenseFamily> licenseFamilies()
      Gets a sorted set of registered license families.
      Returns:
      the sorted set of license families.