Class ReportableListWalker
java.lang.Object
org.apache.rat.walker.ReportableListWalker
- All Implemented Interfaces:
Reportable
A Reportable that walks a list of Reportables and executes the run on each.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA Builder for the ListWalker. -
Method Summary
Modifier and TypeMethodDescriptionstatic ReportableListWalker.Builderbuilder(DocumentName name) Create a builder for the list walker.name()Returns the DocumentName for the reportable.voidAdds the reportable to the RatReport.
-
Method Details
-
builder
Create a builder for the list walker.- Parameters:
name- the name of the walker.- Returns:
- the builder.
-
run
Description copied from interface:ReportableAdds the reportable to the RatReport.- Specified by:
runin interfaceReportable- Parameters:
report- the report to add the results to.
-
name
Description copied from interface:ReportableReturns the DocumentName for the reportable.- Specified by:
namein interfaceReportable- Returns:
- the DocumentName for the reportable.
-