Package org.apache.rat.walker
Class IReportableListWalker.Builder
java.lang.Object
org.apache.rat.walker.IReportableListWalker.Builder
- Enclosing class:
IReportableListWalker
A Builder for the ListWalker.
-
Method Summary
Modifier and TypeMethodDescriptionaddReportable
(IReportable reportable) Add a reportable to the list of reportables to run.build()
Build the reportable.
-
Method Details
-
addReportable
Add a reportable to the list of reportables to run.- Parameters:
reportable
- the reportable to run.- Returns:
- this.
-
build
Build the reportable.- Returns:
- the reportable.
- Throws:
RatException
- on error.
-