Uses of Package
org.apache.rat.analysis.matchers
Packages that use org.apache.rat.analysis.matchers
Package
Description
Classes that perform specific matching operations.
The base package for the RAT Apache Ant Task Library.
Classes to build matchers
The base package for the RAT Maven plugin.
-
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.anttasks
-
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.An 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. -
Classes in org.apache.rat.analysis.matchers used by org.apache.rat.mpClassDescriptionMatches 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.