Uses of Class
org.apache.rat.analysis.matchers.AbstractHeaderMatcher
Packages that use AbstractHeaderMatcher
-
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.classAn abstract IHeaderMatcher that does simple matching.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.classAccumulates 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.class