|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Knows how to store the meta-data in a repository.
Method Summary | |
void |
close()
Closes off the writer's connection to the store. |
void |
writeClassRecord(ClassRecord cr)
Writes the given class record and its associated marks for this Analysis Module to the repository. |
Method Detail |
public void writeClassRecord(ClassRecord cr) throws java.io.IOException
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.
java.lang.IllegalArgumentException
- if cr is null.public void close() throws java.io.IOException
java.io.IOException
- thrown if there is an underlying problem, or
if the close method has been executed before.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |