com.jcoverage.coverage.reporting.html
Class AlphabeticalView
java.lang.Object
com.jcoverage.coverage.reporting.html.AlphabeticalView
- All Implemented Interfaces:
- StaticView, View
- public class AlphabeticalView
- extends java.lang.Object
- implements StaticView
Field Summary |
(package private) java.util.Comparator |
filenameComparator
|
(package private) java.lang.String |
id
|
(package private) java.lang.String |
label
|
(package private) static org.apache.log4j.Logger |
logger
|
(package private) java.util.Comparator |
packageComparator
|
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
packageComparator
java.util.Comparator packageComparator
filenameComparator
java.util.Comparator filenameComparator
label
java.lang.String label
id
java.lang.String id
AlphabeticalView
public AlphabeticalView(java.lang.String label)
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