|
||||||||||
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.PackageSummaryPage
Field Summary | |
static DefaultLineCategory |
CATEGORY_JAVAFILES
|
(package private) static org.apache.log4j.Logger |
logger
|
Fields inherited from class com.jcoverage.reporting.AbstractPage |
|
Constructor Summary | |
PackageSummaryPage()
|
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_JAVAFILES
Constructor Detail |
public PackageSummaryPage()
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 |