|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData
Combine all post-compilation data along with the coverage logs for a specific analysis module.
IAnalysisMetaData
Constructor Summary | |
AnalysisModuleData(IAnalysisModule module,
IMetaDataReader mdr,
IChannelLogReader clr)
|
Method Summary | |
ClassMarkSet |
createClassMarkSet(java.lang.String classSig)
Retrieves the sorted (by covered/not covered) set of marks for the class. |
MarkRecord[] |
getAllClassMarks(java.lang.String classSig)
Retrieves all the mark records for the given class. |
IChannelLogRecord[] |
getChannelLogRecords(java.lang.String classSig)
Retrieves all unique log records for this module. |
ClassRecord |
getClassRecord(java.lang.String classSig)
Retrieves the class record with all marks. |
java.lang.String[] |
getClassSignatures()
Return the list of all class signatures for the module from the post-compilation reader. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AnalysisModuleData(IAnalysisModule module, IMetaDataReader mdr, IChannelLogReader clr) throws java.io.IOException
Method Detail |
public java.lang.String[] getClassSignatures() throws java.io.IOException
java.io.IOException
public ClassRecord getClassRecord(java.lang.String classSig) throws java.io.IOException
java.io.IOException
public MarkRecord[] getAllClassMarks(java.lang.String classSig) throws java.io.IOException
java.io.IOException
public IChannelLogRecord[] getChannelLogRecords(java.lang.String classSig) throws java.io.IOException
java.io.IOException
public ClassMarkSet createClassMarkSet(java.lang.String classSig) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |