Package org.apache.rat.analysis.matchers
package org.apache.rat.analysis.matchers
-
ClassDescriptionAn abstract class to simplify IHeaderMatcher creation.A class that implements IHeaderMatcher as a collection of other IHeaderMatchers.An abstract IHeaderMatcher that does simple matching.A 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.Accumulates 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).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.Defines a factory to produce matchers for an SPDX tag.