|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataWriter
Knows how to store the meta-data in a repository.
Method Summary | |
void |
close()
Closes off the writer's connection to the store. |
protected void |
finalize()
|
void |
writeClassRecord(ClassRecord cr)
Writes the given class record and its associated marks for this Analysis Module to the repository. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void writeClassRecord(ClassRecord cr) throws java.io.IOException
writeClassRecord
in interface IClassMetaDataWriter
cr
- the class record to write to the underlying repository.
java.io.IOException
- thrown if there is an underlying problem, or
if the close method has been executed.public void close() throws java.io.IOException
close
in interface IClassMetaDataWriter
java.io.IOException
- thrown if there is an underlying problem, or
if the close method has been executed before.protected void finalize() throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |