Package org.apache.rat.report
Class AbstractReport
java.lang.Object
org.apache.rat.report.AbstractReport
- All Implemented Interfaces:
RatReport
Deprecated.
Abstract base class for deriving implementations of
RatReport.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Empty default implementation.voidDeprecated.Empty default implementation.voidDeprecated.Empty default implementation.
-
Constructor Details
-
AbstractReport
public AbstractReport()Deprecated.
-
-
Method Details
-
startReport
public void startReport()Deprecated.Empty default implementation.- Specified by:
startReportin interfaceRatReport- See Also:
RatReport.report(Document)
-
report
Deprecated.Empty default implementation. -
endReport
public void endReport()Deprecated.Empty default implementation.- Specified by:
endReportin interfaceRatReport- See Also:
RatReport.report(Document)
-
RatReportdirectly.