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

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

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

Classes in net.sourceforge.groboutils.codecoverage.v2.datastore that implement IClassMetaDataWriter
 class DirClassMetaDataWriter
          Knows how to store the meta-data in a repository.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.datastore that return IClassMetaDataWriter
 IClassMetaDataWriter IMetaDataWriter.getClassWriter(IAnalysisModule module)
          Returns a mark meta-data writer for a specific class.
 IClassMetaDataWriter DirMetaDataWriter.getClassWriter(IAnalysisModule module)
          Returns a mark meta-data writer for a specific class.
 



Copyright © 2001-2003 by The GroboUtils Project