Uses of Interface
org.apache.rat.report.Reportable
Packages that use Reportable
Package
Description
The base package for the RAT tool.
Classes that walk directory trees and return documents.
-
Uses of Reportable in org.apache.rat
Methods in org.apache.rat that return ReportableModifier and TypeMethodDescriptionstatic ReportableOptionCollection.getReportable(File base, ReportConfiguration config) Creates a Reportable object from the directory name and ReportConfiguration object.Methods in org.apache.rat with parameters of type ReportableModifier and TypeMethodDescriptionvoidReportConfiguration.addSource(Reportable reportable) Adds a Reportable as a source of files to scan. -
Uses of Reportable in org.apache.rat.walker
Classes in org.apache.rat.walker that implement ReportableModifier and TypeClassDescriptionclassWalks various kinds of archives files.classWalks directories.classImplementation of Reportable that traverses over a resource collection internally.final classA Reportable that walks a list of Reportables and executes the run on each.classAbstract walker.Methods in org.apache.rat.walker with parameters of type ReportableModifier and TypeMethodDescriptionReportableListWalker.Builder.addReportable(Reportable reportable) Add a reportable to the list of reportables to run.