Knows how to store the meta-data in a repository.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/03/09 22:23:58 $ since: December 15, 2002
Method Summary
public void
close() Closes off the writer's connection to the store.
public void
writeClassRecord(ClassRecord cr) Writes the given class record and its associated marks for this
Analysis Module to the repository.
Closes off the writer's connection to the store.
exception: IOException - thrown if there is an underlying problem, orif the close method has been executed before.
Writes the given class record and its associated marks for this
Analysis Module to the repository. If class record cr
has already been written, another call will overwrite any existing
data.
Parameters: cr - the class record to write to the underlying repository. exception: IOException - thrown if there is an underlying problem, orif the close method has been executed. exception: IllegalArgumentException - if cr is null.