Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataReader

Packages that use IClassMetaDataReader
net.sourceforge.groboutils.codecoverage.v2.datastore Controls the meta-data access for post-compilation and report generation, and logging data. 
 

Uses of IClassMetaDataReader in net.sourceforge.groboutils.codecoverage.v2.datastore
 

Classes in net.sourceforge.groboutils.codecoverage.v2.datastore that implement IClassMetaDataReader
 class DirClassMetaDataReader
          Knows how to operate the repository for the meta-data.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.datastore that return IClassMetaDataReader
 IClassMetaDataReader IMetaDataReader.getClassReader(IAnalysisModule module)
          Returns a mark meta-data reader for a specific class signature.
 IClassMetaDataReader DirMetaDataReader.getClassReader(IAnalysisModule module)
          Returns a mark meta-data reader for a specific class signature.
 



Copyright © 2001-2003 by The GroboUtils Project