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

    Modifier and Type
    Class
    Description
    class 
    A class that implements IHeaderMatcher as a collection of other IHeaderMatchers.
    class 
    A matcher that performs a logical AND across all the contained matchers.
    class 
    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 foobar
    class 
    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).
    class 
    An IHeaderMatcher that reverses the result of an enclosed matcher.
    class 
    A matcher that performs a logical OR across all the contained matchers.
    class 
    A simple regular expression matching IHeaderMatcher
    class 
    A simple text matching IHeaderMatcher implementation.
    class 
    Matches an SPDX identifier.