Overview  Package   Class  Tree  Index 

be.lassi.web.coverage
Class FileInfo

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

public class FileInfo
extends Info

File coverage information.


Constructor Summary
FileInfo()
           
 
Method Summary
 void addClass(Info classInfo)
          Adds class coverage information.
 java.lang.String getChildType()
          Gets the type of the child elements in this info.
 java.util.List<Info> getClasses()
          Gets the class coverage informations.
 
Methods inherited from class be.lassi.web.coverage.Info
calculate, getChildInfos, 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

FileInfo

public FileInfo()
Method Detail

addClass

public void addClass(Info classInfo)
Adds class coverage information.

Parameters:
classInfo - class 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

getClasses

public java.util.List<Info> getClasses()
Gets the class coverage informations.

Returns:
the class coverage informations

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2