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 TypeMethodDescriptionvoid
Deprecated.Empty default implementation.void
Deprecated.Empty default implementation.void
Deprecated.Empty default implementation.
-
Constructor Details
-
AbstractReport
public AbstractReport()Deprecated.
-
-
Method Details
-
startReport
public void startReport()Deprecated.Empty default implementation.- Specified by:
startReport
in interfaceRatReport
- See Also:
-
report
Deprecated.Empty default implementation. -
endReport
public void endReport()Deprecated.Empty default implementation.
-
RatReport
directly.