Overview  Package   Class  Tree  Index 

be.lassi.web.coverage
Class ProjectInfo

java.lang.Object
  extended by be.lassi.web.coverage.Info
      extended by be.lassi.web.coverage.ProjectInfo

public class ProjectInfo
extends Info

Project coverage information.


Constructor Summary
ProjectInfo()
           
 
Method Summary
 void addPackage(PackageInfo packageInfo)
          Adds package coverage information.
 java.util.List<Info> getChildInfos()
          Gets the coverage information about the elements contained in this element.
 java.lang.String getChildType()
          Gets the type of the child elements in this info.
 java.util.List<PackageInfo> getPackages()
          Gets the package coverage informations.
 
Methods inherited from class be.lassi.web.coverage.Info
calculate, getChildInfosSortedByCoverage, getChildInfosSortedByWeight, getMetrics, getName, getRelativeWeight, getWeight, setName, setRelativeWeight, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectInfo

public ProjectInfo()
Method Detail

addPackage

public void addPackage(PackageInfo packageInfo)
Adds package coverage information.

Parameters:
packageInfo - the package coverage information to be added

getChildInfos

public java.util.List<Info> getChildInfos()
Gets the coverage information about the elements contained in this element.

Overrides:
getChildInfos in class Info
Returns:
a collection with the child element coverage information

getChildType

public java.lang.String getChildType()
Gets the type of the child elements in this info.

Specified by:
getChildType in class Info
Returns:
the child type

getPackages

public java.util.List<PackageInfo> getPackages()
Gets the package coverage informations.

Returns:
the package coverage informations

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2