Package edu.umd.cs.findbugs.classfile
Interface IDatabaseFactory<T>
-
- All Known Implementing Classes:
ReflectionDatabaseFactory
public interface IDatabaseFactory<T>
Interface for a database factory.- Author:
- David Hovemeyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createDatabase()
void
registerWith(IAnalysisCache analysisCache)
-
-
-
Method Detail
-
createDatabase
T createDatabase() throws CheckedAnalysisException
- Throws:
CheckedAnalysisException
-
registerWith
void registerWith(IAnalysisCache analysisCache)
-
-