|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataReader
Knows how to read the meta-data in a repository.
Constructor Summary | |
DirMetaDataReader(java.io.File basedir)
Creates a meta-data writer for a specific directory. |
Method Summary | |
void |
close()
Closes this reader to prevent further access. |
protected void |
finalize()
|
AnalysisModuleSet |
getAnalysisModuleSet()
Returns the list of all known modules at the time of recording. |
IClassMetaDataReader |
getClassReader(IAnalysisModule module)
Returns a mark meta-data reader for a specific class signature. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DirMetaDataReader(java.io.File basedir) throws java.io.IOException
Method Detail |
public IClassMetaDataReader getClassReader(IAnalysisModule module) throws java.io.IOException
getClassReader
in interface IMetaDataReader
java.io.IOException
public AnalysisModuleSet getAnalysisModuleSet() throws java.io.IOException
getAnalysisModuleSet
in interface IMetaDataReader
java.io.IOException
public void close() throws java.io.IOException
close
in interface IMetaDataReader
java.io.IOException
protected void finalize() throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |