be.lassi.web.coverage
Class ProjectInfo
java.lang.Object
be.lassi.web.coverage.Info
be.lassi.web.coverage.ProjectInfo
public class ProjectInfo
- extends Info
Project coverage information.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectInfo
public ProjectInfo()
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