|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMetaDataReader | |
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. |
net.sourceforge.groboutils.codecoverage.v2.util | Standard utilities used by all the packages. |
Uses of IMetaDataReader in net.sourceforge.groboutils.codecoverage.v2.datastore |
Classes in net.sourceforge.groboutils.codecoverage.v2.datastore that implement IMetaDataReader | |
class |
DirMetaDataReader
Knows how to read the meta-data in a repository. |
Uses of IMetaDataReader in net.sourceforge.groboutils.codecoverage.v2.report |
Constructors in net.sourceforge.groboutils.codecoverage.v2.report with parameters of type IMetaDataReader | |
AnalysisModuleData(IAnalysisModule module,
IMetaDataReader mdr,
IChannelLogReader clr)
|
Uses of IMetaDataReader in net.sourceforge.groboutils.codecoverage.v2.util |
Methods in net.sourceforge.groboutils.codecoverage.v2.util that return IMetaDataReader | |
protected IMetaDataReader |
ClassfileCheckerCLI.createMetaDataReader(java.io.File datadir)
|
Methods in net.sourceforge.groboutils.codecoverage.v2.util with parameters of type IMetaDataReader | |
void |
ClassfileCheckerCLI.reportMarkedSource(java.lang.String classname,
IMetaDataReader mdr,
java.io.File srcFile,
java.io.PrintStream out)
Comment the source code for the given class with the line number and which analysis module marked each line. |
MarkRecord[] |
ClassfileCheckerCLI.getMarkRecords(java.lang.String classname,
IMetaDataReader mdr)
|
protected java.util.Map |
ClassfileCheckerCLI.createAnalysisModuleIndexMap(IMetaDataReader mdr)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |