com.jcoverage.reporting
Interface View

All Known Subinterfaces:
StaticView
All Known Implementing Classes:
AlphabeticalView, CoverageView

public interface View

An object which has the capability to order lines.


Method Summary
 java.lang.String getLabel()
           
 java.util.Set orderLines(java.util.Set lines, LineCategory category)
           
 

Method Detail

orderLines

public java.util.Set orderLines(java.util.Set lines,
                                LineCategory category)

getLabel

public java.lang.String getLabel()