Uses of Class
org.apache.rat.analysis.RatHeaderAnalysisException
-
Packages that use RatHeaderAnalysisException Package Description org.apache.rat.analysis org.apache.rat.analysis.generation org.apache.rat.analysis.license org.apache.rat.analysis.util org.apache.rat.anttasks -
-
Uses of RatHeaderAnalysisException in org.apache.rat.analysis
Methods in org.apache.rat.analysis that throw RatHeaderAnalysisException Modifier and Type Method Description booleanIHeaderMatcher. match(Document subject, java.lang.String line)Matches the text accumulated to licenses.voidHeaderCheckWorker. read()(package private) booleanHeaderCheckWorker. readLine(java.lang.StringBuilder headers) -
Uses of RatHeaderAnalysisException in org.apache.rat.analysis.generation
Methods in org.apache.rat.analysis.generation that throw RatHeaderAnalysisException Modifier and Type Method Description booleanGeneratedLicenseNotRequired. match(Document subject, java.lang.String line)booleanJavaDocLicenseNotRequired. match(Document subject, java.lang.String line) -
Uses of RatHeaderAnalysisException in org.apache.rat.analysis.license
Methods in org.apache.rat.analysis.license that throw RatHeaderAnalysisException Modifier and Type Method Description booleanAppliedApacheSoftwareLicense20. match(Document subject, java.lang.String s)booleanCDDL1License. match(Document subject, java.lang.String s)booleanCopyrightHeader. match(Document subject, java.lang.String s)booleanFullTextMatchingLicense. match(Document subject, java.lang.String line)booleanOASISLicense. match(Document subject, java.lang.String line)booleanSimplePatternBasedLicense. match(Document pSubject, java.lang.String pLine) -
Uses of RatHeaderAnalysisException in org.apache.rat.analysis.util
Methods in org.apache.rat.analysis.util that throw RatHeaderAnalysisException Modifier and Type Method Description booleanHeaderMatcherMultiplexer. match(Document subject, java.lang.String line) -
Uses of RatHeaderAnalysisException in org.apache.rat.anttasks
Methods in org.apache.rat.anttasks that throw RatHeaderAnalysisException Modifier and Type Method Description booleanFullTextLicenseMatcher. match(Document subject, java.lang.String line)
-