FindBugs™ 1.3.9

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
 T createDatabase()
           
 void registerWith(IAnalysisCache analysisCache)
           
 

Method Detail

createDatabase

T createDatabase()
                 throws CheckedAnalysisException
Throws:
CheckedAnalysisException

registerWith

void registerWith(IAnalysisCache analysisCache)

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.