Uses of Class
org.apache.rat.api.RatException

Packages that use RatException
org.apache.rat   
org.apache.rat.analysis   
org.apache.rat.document.impl   
org.apache.rat.report   
org.apache.rat.report.claim.impl   
org.apache.rat.report.claim.impl.xml   
org.apache.rat.report.claim.util   
org.apache.rat.walker   
 

Uses of RatException in org.apache.rat
 

Methods in org.apache.rat that throw RatException
static ClaimStatistic Report.report(IReportable container, java.io.Writer out, ReportConfiguration pConfiguration)
           
static void Report.report(java.io.PrintStream out, IReportable base, java.io.InputStream style, ReportConfiguration pConfiguration)
          Output a report that is styled using a defined stylesheet.
static ClaimStatistic Report.report(java.io.Writer out, IReportable base, java.io.InputStream style, ReportConfiguration pConfiguration)
          Output a report that is styled using a defined stylesheet.
 

Uses of RatException in org.apache.rat.analysis
 

Constructors in org.apache.rat.analysis with parameters of type RatException
RatReportAnalysisResultException(RatException cause)
           
RatReportAnalysisResultException(java.lang.String msg, RatException cause)
           
 

Uses of RatException in org.apache.rat.document.impl
 

Constructors in org.apache.rat.document.impl that throw RatException
ArchiveEntryDocument(java.io.File file, byte[] contents)
           
 

Uses of RatException in org.apache.rat.report
 

Methods in org.apache.rat.report that throw RatException
 void AbstractReport.endReport()
           
 void RatReport.endReport()
           
 void AbstractReport.report(Document document)
           
 void RatReport.report(Document document)
           
 void IReportable.run(RatReport report)
           
 void AbstractReport.startReport()
           
 void RatReport.startReport()
           
 

Uses of RatException in org.apache.rat.report.claim.impl
 

Methods in org.apache.rat.report.claim.impl that throw RatException
 void ClaimAggregator.endReport()
           
 void AbstractClaimReporter.report(Document subject)
           
 

Uses of RatException in org.apache.rat.report.claim.impl.xml
 

Methods in org.apache.rat.report.claim.impl.xml that throw RatException
 void SimpleXmlClaimReporter.endReport()
           
 void SimpleXmlClaimReporter.report(Document subject)
           
 void SimpleXmlClaimReporter.startReport()
           
protected  void SimpleXmlClaimReporter.writeClaim(java.lang.String pPredicate, java.lang.String pObject, boolean pLiteral)
          Writes a single claim to the XML file.
 

Uses of RatException in org.apache.rat.report.claim.util
 

Methods in org.apache.rat.report.claim.util that throw RatException
 void ClaimReporterMultiplexer.endReport()
           
 void ClaimReporterMultiplexer.report(Document document)
           
 void LicenseAddingReport.report(Document document)
           
 void ClaimReporterMultiplexer.startReport()
           
 

Uses of RatException in org.apache.rat.walker
 

Methods in org.apache.rat.walker that throw RatException
 void DirectoryWalker.run(RatReport report)
          Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.
 void ArchiveWalker.run(RatReport report)
          Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.
 



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