Overview  Package   Class  Tree  Index 

be.lassi.web.coverage
Class CoverageInfo

java.lang.Object
  extended by be.lassi.web.coverage.CoverageInfo

public class CoverageInfo
extends java.lang.Object

Root for all coverage information.


Constructor Summary
CoverageInfo()
           
 
Method Summary
 void addProject(ProjectInfo project)
          Adds project coverage information.
 void calculate()
           
 java.util.List<ProjectInfo> getProjects()
          Gets the project coverage informations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageInfo

public CoverageInfo()
Method Detail

addProject

public void addProject(ProjectInfo project)
Adds project coverage information.

Parameters:
project - the project coverage information to be added

calculate

public void calculate()

getProjects

public java.util.List<ProjectInfo> getProjects()
Gets the project coverage informations.

Returns:
the project coverage informations

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2