|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Knows how to read class meta-data from the repository.
Method Summary | |
void |
close()
Closes off the reader's connection to the store. |
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. |
Method Detail |
public ClassRecord readClass(java.lang.String classSignature) throws java.io.IOException
classSignature
- 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
java.io.IOException
- if there was an underlying read error, or if
the reader has been closed.public void close() throws java.io.IOException
java.io.IOException
- if there was an underlying read error, or if
the reader has already been closed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |