com.jcoverage.reporting
Interface Report

All Known Implementing Classes:
AbstractReport, ReportImpl

public interface Report

A full report, which may contain a great number of pages, and be formatted into many files.


Field Summary
static int CLOSED
           
static int READY
           
 
Method Summary
 Page createFrontPage()
           
 Line createMasterLine()
          Implementations should return a top-level report line.
 Collator getCollator()
           
 void setCollator(Collator collator)
           
 

Field Detail

READY

public static final int READY
See Also:
Constant Field Values

CLOSED

public static final int CLOSED
See Also:
Constant Field Values
Method Detail

createMasterLine

public Line createMasterLine()
Implementations should return a top-level report line.

See Also:
Line

createFrontPage

public Page createFrontPage()

getCollator

public Collator getCollator()

setCollator

public void setCollator(Collator collator)