Uses of Class
org.apache.rat.analysis.RatHeaderAnalysisException

Packages that use RatHeaderAnalysisException
org.apache.rat.analysis   
org.apache.rat.analysis.generation   
org.apache.rat.analysis.license   
org.apache.rat.analysis.util   
 

Uses of RatHeaderAnalysisException in org.apache.rat.analysis
 

Methods in org.apache.rat.analysis that throw RatHeaderAnalysisException
 boolean IHeaderMatcher.match(Document subject, java.lang.String line)
          Matches the text accumulated to licenses.
 

Uses of RatHeaderAnalysisException in org.apache.rat.analysis.generation
 

Methods in org.apache.rat.analysis.generation that throw RatHeaderAnalysisException
 boolean GeneratedLicenseNotRequired.match(Document subject, java.lang.String line)
           
 boolean JavaDocLicenseNotRequired.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
 boolean OASISLicense.match(Document subject, java.lang.String line)
           
 boolean SimplePatternBasedLicense.match(Document pSubject, java.lang.String pLine)
           
 void BaseLicense.reportOnLicense(Document subject)
           
protected  void SimplePatternBasedLicense.reportOnLicense(Document subject)
           
 

Uses of RatHeaderAnalysisException in org.apache.rat.analysis.util
 

Methods in org.apache.rat.analysis.util that throw RatHeaderAnalysisException
 boolean HeaderMatcherMultiplexer.match(Document subject, java.lang.String line)
           
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.