Uses of Interface
org.apache.rat.report.RatReport
-
Packages that use RatReport Package Description org.apache.rat.anttasks org.apache.rat.mp This package contains the Rat plugins for Maven.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.report.xml org.apache.rat.walker -
-
Uses of RatReport in org.apache.rat.anttasks
Methods in org.apache.rat.anttasks with parameters of type RatReport Modifier and Type Method Description void
ResourceCollectionContainer. run(RatReport report)
-
Uses of RatReport in org.apache.rat.mp
Methods in org.apache.rat.mp with parameters of type RatReport Modifier and Type Method Description void
FilesReportable. run(RatReport report)
-
Uses of RatReport in org.apache.rat.report
Classes in org.apache.rat.report that implement RatReport Modifier and Type Class Description class
AbstractReport
Abstract base class for deriving implementations ofRatReport
.Methods in org.apache.rat.report with parameters of type RatReport Modifier and Type Method Description void
IReportable. run(RatReport report)
-
Uses of RatReport in org.apache.rat.report.claim.impl
Classes in org.apache.rat.report.claim.impl that implement RatReport Modifier and Type Class Description class
AbstractClaimReporter
Abstract base implementation ofAbstractReport
.class
ClaimAggregator
The aggregator is used to create a numerical statistic of claims. -
Uses of RatReport in org.apache.rat.report.claim.impl.xml
Classes in org.apache.rat.report.claim.impl.xml that implement RatReport Modifier and Type Class Description class
SimpleXmlClaimReporter
-
Uses of RatReport in org.apache.rat.report.claim.util
Classes in org.apache.rat.report.claim.util that implement RatReport Modifier and Type Class Description class
ClaimReporterMultiplexer
class
LicenseAddingReport
Fields in org.apache.rat.report.claim.util with type parameters of type RatReport Modifier and Type Field Description private java.util.List<? extends RatReport>
ClaimReporterMultiplexer. reporters
Constructor parameters in org.apache.rat.report.claim.util with type arguments of type RatReport Constructor Description ClaimReporterMultiplexer(IDocumentAnalyser pAnalyser, java.util.List<? extends RatReport> reporters)
-
Uses of RatReport in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml that return RatReport Modifier and Type Method Description static RatReport
XmlReportFactory. createStandardReport(IXmlWriter writer, ClaimStatistic pStatistic, ReportConfiguration pConfiguration)
-
Uses of RatReport in org.apache.rat.walker
Methods in org.apache.rat.walker with parameters of type RatReport Modifier and Type Method Description private void
DirectoryWalker. process(RatReport report, java.io.File file)
Process a directory, ignoring any files/directories set to be ignored.private void
DirectoryWalker. processDirectories(RatReport report, java.io.File[] files)
Process all directories in a set of file objects, ignoring any directories set to be ignored.private void
DirectoryWalker. processDirectory(RatReport report, java.io.File file)
Process a directory, restricted directories will be ignored.private void
DirectoryWalker. processNonDirectories(RatReport report, java.io.File[] files)
Process all files in a set of file objects, ignoring any files set to be ignored.private void
ArchiveWalker. report(RatReport report, byte[] contents, java.io.File file)
Report on the given file.private void
DirectoryWalker. report(RatReport report, java.io.File file)
Report on the given file.void
ArchiveWalker. run(RatReport report)
Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.void
DirectoryWalker. run(RatReport report)
Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.
-