be.lassi.web.coverage
Class FileInfo
java.lang.Object
be.lassi.web.coverage.Info
be.lassi.web.coverage.FileInfo
public class FileInfo
- extends Info
File coverage information.
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 |
FileInfo
public FileInfo()
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