Class Reporter
java.lang.Object
org.apache.rat.Reporter
Class that executes the report as defined in a
ReportConfiguration and stores
the result for later handling.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe output from a report run. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Reporter
Create the reporter.- Parameters:
configuration- the configuration to use.
-
-
Method Details
-
execute
Executes the report and builds the output.- Returns:
- the Output object.
- Throws:
RatException- on error.
-
getOutput
- Returns:
- the output
-