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 that return IReportableModifier and TypeMethodDescriptionstatic IReportableOptionCollection.getReportable(File base, ReportConfiguration config) Creates an IReportable object from the directory name and ReportConfiguration object.Methods in org.apache.rat with parameters of type IReportableModifier and TypeMethodDescriptionvoidReportConfiguration.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 TypeClassDescriptionclassWalks various kinds of archives files.classWalks directories.classImplementation of IReportable that traverses over a resource collection internally.final classA Reportable that walks a list of IReportables and executes the run on each.classAbstract 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.