|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataReader
Knows how to operate the repository for the meta-data.
| Method Summary | |
void |
close()
Closes this reader to prevent further access. |
protected void |
finalize()
|
java.lang.String[] |
getClassSignatures()
Returns all classes known for this particular data set. |
ClassRecord |
readClass(java.lang.String classSignature)
Returns the class record for the class with this particular signature. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public ClassRecord readClass(java.lang.String classSignature)
throws java.io.IOException
readClass in interface IClassMetaDataReaderclassSignature - the class signature requested for reading in
the class record.
java.io.IOException - if there is an underlying error during the read,
or if the reader has been closed.
public java.lang.String[] getClassSignatures()
throws java.io.IOException
getClassSignatures in interface IClassMetaDataReaderjava.io.IOException - if there was an underlying read error, or if
the reader has been closed.
public void close()
throws java.io.IOException
close in interface IClassMetaDataReaderjava.io.IOException - if there was an underlying read error, or if
the reader has already been closed.
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 | ||||||||||