|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcoverage.reporting.AbstractPage
com.jcoverage.coverage.reporting.collation.ReportSummaryPage
public class ReportSummaryPage
Field Summary | |
---|---|
static DefaultLineCategory |
CATEGORY_PACKAGE_SUMMARY
|
(package private) static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
---|---|
ReportSummaryPage()
|
Method Summary | |
---|---|
Line |
instantiateLineForCategory(LineCategory category)
Subclasses should override this method to return Line implementation instances on demand. |
Methods inherited from class com.jcoverage.reporting.AbstractPage |
---|
addCategory, addLineReference, close, createLine, getCategories, getLabel, getLines, getMasterLine, isClosed, lookupLineByField, setMasterLine, setReport |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jcoverage.reporting.Page |
---|
addCategory, addLineReference, createLine, getCategories, getLabel, getLines, getMasterLine, lookupLineByField, setMasterLine, setReport |
Methods inherited from interface com.jcoverage.reporting.Closeable |
---|
close, isClosed |
Field Detail |
---|
static org.apache.log4j.Logger logger
public static DefaultLineCategory CATEGORY_PACKAGE_SUMMARY
Constructor Detail |
---|
public ReportSummaryPage()
Method Detail |
---|
public Line instantiateLineForCategory(LineCategory category)
AbstractPage
Line
implementation instances on demand.
instantiateLineForCategory
in class AbstractPage
category
- guarenteed not to be null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |