net.sourceforge.cobertura.coveragedata
Class ProjectData
CoverageDataContainer
net.sourceforge.cobertura.coveragedata.ProjectData
- HasBeenInstrumented
extends CoverageDataContainer
implements HasBeenInstrumented
LOGGER
private static final Logger LOGGER
getSubPackages
public SortedSet getSubPackages(String packageName)
Get all subpackages of the given package.
packageName
- The package name to find subpackages for.
For example, "com.example"
- A collection containing PackageData objects. Each one
has a name beginning with the given packageName. For
example, "com.example.io"
merge
public void merge(CoverageData coverageData)