Package org.apache.rat
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 Summary
Modifier and TypeMethodDescriptiondefault Method
Gets one of the contained methods by name.Gets a sorted set of registered license families.Gets a mapping of matcher names to matchers.
-
Method Details
-
get
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.
-