|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassRecord | |
net.sourceforge.groboutils.codecoverage.v2.compiler | Handles the post-compilation engine. |
net.sourceforge.groboutils.codecoverage.v2.datastore | Controls the meta-data access for post-compilation and report generation, and logging data. |
net.sourceforge.groboutils.codecoverage.v2.report | Generates reports on the coverage metrics. |
Uses of ClassRecord in net.sourceforge.groboutils.codecoverage.v2.compiler |
Methods in net.sourceforge.groboutils.codecoverage.v2.compiler that return ClassRecord | |
ClassRecord |
ModifiedClass.createClassRecord(AnalysisModuleSet ams)
|
Uses of ClassRecord in net.sourceforge.groboutils.codecoverage.v2.datastore |
Methods in net.sourceforge.groboutils.codecoverage.v2.datastore that return ClassRecord | |
ClassRecord |
IClassMetaDataReader.readClass(java.lang.String classSignature)
Returns the class record for the class with this particular signature. |
ClassRecord |
DirClassMetaDataReader.readClass(java.lang.String classSignature)
Returns the class record for the class with this particular signature. |
Methods in net.sourceforge.groboutils.codecoverage.v2.datastore with parameters of type ClassRecord | |
void |
IClassMetaDataWriter.writeClassRecord(ClassRecord cr)
Writes the given class record and its associated marks for this Analysis Module to the repository. |
void |
DirClassMetaDataWriter.writeClassRecord(ClassRecord cr)
Writes the given class record and its associated marks for this Analysis Module to the repository. |
Uses of ClassRecord in net.sourceforge.groboutils.codecoverage.v2.report |
Methods in net.sourceforge.groboutils.codecoverage.v2.report that return ClassRecord | |
ClassRecord |
AnalysisModuleData.getClassRecord(java.lang.String classSig)
Retrieves the class record with all marks. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |