Uses of Class
org.apache.rat.analysis.matchers.AbstractHeaderMatcher
Packages that use AbstractHeaderMatcher
Package
Description
Classes that perform specific matching operations.
-
Uses of AbstractHeaderMatcher in org.apache.rat.analysis.matchers
Subclasses of AbstractHeaderMatcher in org.apache.rat.analysis.matchersModifier and TypeClassDescriptionclassA class that implements IHeaderMatcher as a collection of other IHeaderMatchers.classA 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 foobarclassAccumulates all letters and numbers contained inside the header and compares it to the full text of a given license (after reducing it to letters and numbers as well).classAn 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.