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