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