Uses of Interface
org.apache.rat.report.IReportable
Packages that use IReportable
Package
Description
The base package for the RAT tool.
Classes that walk directory trees and return documents.
-
Uses of IReportable in org.apache.rat
Methods in org.apache.rat with parameters of type IReportableModifier and TypeMethodDescriptionvoid
ReportConfiguration.addSource
(IReportable reportable) Adds a Reportable as a source of files to scan. -
Uses of IReportable in org.apache.rat.walker
Classes in org.apache.rat.walker that implement IReportableModifier and TypeClassDescriptionclass
Walks various kinds of archives files.class
Walks directories.class
Implementation of IReportable that traverses over a resource collection internally.final class
A Reportable that walks a list of IReportables and executes the run on each.class
Abstract walker.Methods in org.apache.rat.walker that return IReportableMethods in org.apache.rat.walker with parameters of type IReportableModifier and TypeMethodDescriptionIReportableListWalker.Builder.addReportable
(IReportable reportable) Add a reportable to the list of reportables to run.