com.jcoverage.coverage.reporting.html
Class CoverageView
java.lang.Object
com.jcoverage.coverage.reporting.html.CoverageView
- All Implemented Interfaces:
- StaticView, View
- public class CoverageView
- extends java.lang.Object
- implements StaticView
Constructor Summary |
CoverageView(java.lang.String label,
int direction)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
ASCENDING
public static final int ASCENDING
- See Also:
- Constant Field Values
DESCENDING
public static final int DESCENDING
- See Also:
- Constant Field Values
packageComparator
java.util.Comparator packageComparator
fileComparator
java.util.Comparator fileComparator
label
java.lang.String label
direction
int direction
CoverageView
public CoverageView(java.lang.String label,
int direction)
orderLines
public java.util.Set orderLines(java.util.Set lines,
LineCategory category)
- Specified by:
orderLines
in interface View
getFilenameModifier
public java.lang.String getFilenameModifier(Page page)
- Specified by:
getFilenameModifier
in interface StaticView
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface View