public class ReflectionDatabaseFactory<E> extends java.lang.Object implements IDatabaseFactory<E>
| Constructor and Description | 
|---|
| ReflectionDatabaseFactory(java.lang.Class<E> databaseClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| E | createDatabase() | 
| void | registerWith(IAnalysisCache analysisCache) | 
public ReflectionDatabaseFactory(java.lang.Class<E> databaseClass)
public E createDatabase() throws CheckedAnalysisException
createDatabase in interface IDatabaseFactory<E>CheckedAnalysisExceptionpublic void registerWith(IAnalysisCache analysisCache)
registerWith in interface IDatabaseFactory<E>SpotBugs is licensed under the LGPL.