Uses of Package
org.apache.rat.analysis.matchers
Packages that use org.apache.rat.analysis.matchers
Package
Description
Classes that perform specific matching operations.
Classes to build matchers
-
Classes in org.apache.rat.analysis.matchers used by org.apache.rat.analysis.matchersClassDescriptionAn abstract class to simplify IHeaderMatcher creation.A class that implements IHeaderMatcher as a collection of other IHeaderMatchers.A simple text matching IHeaderMatcher implementation.Defines a factory to produce matchers for an SPDX tag.Matches an SPDX identifier.
-
Classes in org.apache.rat.analysis.matchers used by org.apache.rat.configuration.buildersClassDescriptionA matcher that performs a logical
AND
across all the contained matchers.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.
The matching is done case-insensitive
Example supported Copyright header lines, using copyright owner "FooBar" Copyright 2010 FooBar. Copyright 2010-2012 FooBar. copyright 2012 foobarAn IHeaderMatcher that reverses the result of an enclosed matcher.A matcher that performs a logicalOR
across all the contained matchers.A simple regular expression matching IHeaderMatcherA simple text matching IHeaderMatcher implementation.Matches an SPDX identifier.