|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcoverage.reporting.AbstractReport
Field Summary | |
(package private) Collator |
collator
|
(package private) Line |
line
|
(package private) static org.apache.log4j.Logger |
logger
|
Fields inherited from interface com.jcoverage.reporting.Report |
CLOSED, READY |
Constructor Summary | |
AbstractReport()
|
Method Summary | |
Page |
createFrontPage()
|
Line |
createMasterLine()
Implementations should return a top-level report line. |
Collator |
getCollator()
|
protected Line |
instantiateMasterLine()
|
void |
setCollator(Collator collator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static org.apache.log4j.Logger logger
Collator collator
Line line
Constructor Detail |
public AbstractReport()
Method Detail |
public void setCollator(Collator collator)
setCollator
in interface Report
public Collator getCollator()
getCollator
in interface Report
public final Page createFrontPage()
createFrontPage
in interface Report
public final Line createMasterLine()
Report
createMasterLine
in interface Report
Line
protected Line instantiateMasterLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |