com.jcoverage.coverage.reporting.collation
Class PackageSummaryPage

java.lang.Object
  extended bycom.jcoverage.reporting.AbstractPage
      extended bycom.jcoverage.coverage.reporting.collation.PackageSummaryPage
All Implemented Interfaces:
Closeable, Page

public class PackageSummaryPage
extends AbstractPage
implements Page


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

logger

static org.apache.log4j.Logger logger

CATEGORY_JAVAFILES

public static DefaultLineCategory CATEGORY_JAVAFILES
Constructor Detail

PackageSummaryPage

public PackageSummaryPage()
Method Detail

instantiateLineForCategory

public Line instantiateLineForCategory(LineCategory category)
Description copied from class: AbstractPage
Subclasses should override this method to return Line implementation instances on demand.

Overrides:
instantiateLineForCategory in class AbstractPage
Parameters:
category - guarenteed not to be null