Overview  Package   Class  Tree  Index 

be.lassi.web.coverage
Class PackageInfo

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

public class PackageInfo
extends Info

Package coverage information.


Constructor Summary
PackageInfo()
           
 
Method Summary
 void addFile(FileInfo file)
          Adds file 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<FileInfo> getFiles()
          Gets the file 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

PackageInfo

public PackageInfo()
Method Detail

addFile

public void addFile(FileInfo file)
Adds file coverage information.

Parameters:
file - the file coverage information

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

getFiles

public java.util.List<FileInfo> getFiles()
Gets the file coverage informations.

Returns:
the file coverage informations

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2