Uses of Class
org.apache.rat.walker.ReportableListWalker.Builder
Packages that use ReportableListWalker.Builder
Package
Description
The base package for the RAT tool.
Classes that walk directory trees and return documents.
-
Uses of ReportableListWalker.Builder in org.apache.rat
Methods in org.apache.rat that return ReportableListWalker.BuilderModifier and TypeMethodDescriptionReportConfiguration.getSources()Gets a builder initialized with any files specified as sources. -
Uses of ReportableListWalker.Builder in org.apache.rat.walker
Methods in org.apache.rat.walker that return ReportableListWalker.BuilderModifier and TypeMethodDescriptionReportableListWalker.Builder.addReportable(Reportable reportable) Add a reportable to the list of reportables to run.static ReportableListWalker.BuilderReportableListWalker.builder(DocumentName name) Create a builder for the list walker.