com.jcoverage.reporting
Interface Closeable
- All Known Subinterfaces:
- Line, Page
- All Known Implementing Classes:
- AbstractLine, AbstractPage, JavaFileLine, JavaFilePage, OverallSummaryLine, PackageSummaryPage, ReportSummaryPackageLine, ReportSummaryPage
- public interface Closeable
An object that can be closed, generally this means a formattable
object.
Method Summary |
void |
close()
Call this method when you are done adding detail. |
boolean |
isClosed()
|
close
public void close()
throws ReportingException
- Call this method when you are done adding detail. The object is
considered immutable and ready for formatting. This method
ensures that all outstanding detail objects have been closed
before exiting.
- Throws:
ReportingException
isClosed
public boolean isClosed()