Uses of Interface
org.apache.rat.report.RatReport
-
-
Uses of RatReport in org.apache.rat.anttasks
Methods in org.apache.rat.anttasks with parameters of type RatReport Modifier and Type Method Description voidResourceCollectionContainer. 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 voidFilesReportable. 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 classAbstractReportAbstract base class for deriving implementations ofRatReport.Methods in org.apache.rat.report with parameters of type RatReport Modifier and Type Method Description voidIReportable. 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 classAbstractClaimReporterAbstract base implementation ofAbstractReport.classClaimAggregatorThe 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 classSimpleXmlClaimReporter -
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 classClaimReporterMultiplexerclassLicenseAddingReportFields 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. reportersConstructor 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 RatReportXmlReportFactory. 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 voidDirectoryWalker. process(RatReport report, java.io.File file)Process a directory, ignoring any files/directories set to be ignored.private voidDirectoryWalker. processDirectories(RatReport report, java.io.File[] files)Process all directories in a set of file objects, ignoring any directories set to be ignored.private voidDirectoryWalker. processDirectory(RatReport report, java.io.File file)Process a directory, restricted directories will be ignored.private voidDirectoryWalker. processNonDirectories(RatReport report, java.io.File[] files)Process all files in a set of file objects, ignoring any files set to be ignored.private voidArchiveWalker. report(RatReport report, byte[] contents, java.io.File file)Report on the given file.private voidDirectoryWalker. report(RatReport report, java.io.File file)Report on the given file.voidArchiveWalker. run(RatReport report)Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.voidDirectoryWalker. run(RatReport report)Run a report over all files and directories in this DirectoryWalker, ignoring any files/directories set to be ignored.
-