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 TypeClassDescriptionclassA matcher that performs a logicalANDacross all the contained matchers.classMatches 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.
The matching is done case-insensitive
Example supported Copyright header lines, using copyright owner "FooBar" Copyright 2010 FooBar. Copyright 2010-2012 FooBar. copyright 2012 foobarclassAn IHeaderMatcher that reverses the result of an enclosed matcher.classA matcher that performs a logicalORacross all the contained matchers.classA simple regular expression matching IHeaderMatcherclassA simple text matching IHeaderMatcher implementation.classMatches 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 classA 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