net.sourceforge.groboutils.codecoverage.v2.datastore
Interface IMetaDataReader

All Known Implementing Classes:
DirMetaDataReader

public interface IMetaDataReader

Knows how to read the meta-data in a repository.

Since:
December 15, 2002
Version:
$Date: 2003/02/10 22:51:27 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 void close()
          Closes this reader to prevent further access.
 AnalysisModuleSet getAnalysisModuleSet()
          Returns the list of all known modules at the time of recording.
 IClassMetaDataReader getClassReader(IAnalysisModule module)
          Returns a mark meta-data reader for a specific class signature.
 

Method Detail

getClassReader

public IClassMetaDataReader getClassReader(IAnalysisModule module)
                                    throws java.io.IOException
Returns a mark meta-data reader for a specific class signature.

java.io.IOException

getAnalysisModuleSet

public AnalysisModuleSet getAnalysisModuleSet()
                                       throws java.io.IOException
Returns the list of all known modules at the time of recording.

java.io.IOException

close

public void close()
           throws java.io.IOException
Closes this reader to prevent further access.

java.io.IOException


Copyright © 2001-2003 by The GroboUtils Project