Uses of Annotation Type
org.apache.rat.config.parameters.ConfigComponent
Packages that use ConfigComponent
Package
Description
Classes that perform specific matching operations.
Classes that manage information about parameters for builders, matchers and similar components.
Classes to build matchers
Classes describing licenses
-
Uses of ConfigComponent in org.apache.rat.analysis.matchers
Classes in org.apache.rat.analysis.matchers with annotations of type ConfigComponentModifier and TypeClassDescriptionclass
A matcher that performs a logicalAND
across all the contained matchers.class
Matches a typical Copyright header line only based on a regex pattern which allows for one (starting) year or year range, and a configurable copyright owner.class
An IHeaderMatcher that reverses the result of an enclosed matcher.class
A matcher that performs a logicalOR
across all the contained matchers.class
A simple regular expression matching IHeaderMatcherclass
A simple text matching IHeaderMatcher implementation.class
Matches an SPDX identifier. -
Uses of ConfigComponent in org.apache.rat.config.parameters
Constructors in org.apache.rat.config.parameters with parameters of type ConfigComponentModifierConstructorDescriptionDescription
(ConfigComponent configComponent, boolean isCollection, Class<?> childClass, Collection<Description> children) Constructor -
Uses of ConfigComponent in org.apache.rat.configuration.builders
Classes in org.apache.rat.configuration.builders with annotations of type ConfigComponentModifier and TypeClassDescriptionstatic class
A class that is a proxy to the actual matcher. -
Uses of ConfigComponent in org.apache.rat.license
Classes in org.apache.rat.license with annotations of type ConfigComponentMethods in org.apache.rat.license with annotations of type ConfigComponent