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

All Known Implementing Classes:
DirMetaDataWriter

public interface IMetaDataWriter

Knows how to store 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 writer to prevent further access.
 IClassMetaDataWriter getClassWriter(IAnalysisModule module)
          Returns a mark meta-data writer for a specific class.
 

Method Detail

getClassWriter

public IClassMetaDataWriter getClassWriter(IAnalysisModule module)
                                    throws java.io.IOException
Returns a mark meta-data writer for a specific class.

Throws:
java.io.IOException

close

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

Throws:
java.io.IOException


Copyright © 2001-2003 by The GroboUtils Project