FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.classfile.IDatabaseFactory

Packages that use IDatabaseFactory
edu.umd.cs.findbugs.classfile A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.). 
edu.umd.cs.findbugs.classfile.impl Implementations of the interfaces in the edu.umd.cs.findbugs.classfile package: the core classes of the FindBugs classfile/classpath support layer. 
 

Uses of IDatabaseFactory in edu.umd.cs.findbugs.classfile
 

Classes in edu.umd.cs.findbugs.classfile that implement IDatabaseFactory
 class ReflectionDatabaseFactory<E>
          A generic database factory that tries to create the database by (in order of preference) Invoking a static create method Invoking a no-arg constructor
 

Methods in edu.umd.cs.findbugs.classfile with parameters of type IDatabaseFactory
<E> void
IAnalysisCache.registerDatabaseFactory(java.lang.Class<E> databaseClass, IDatabaseFactory<E> databaseFactory)
          Register a database factory.
 

Uses of IDatabaseFactory in edu.umd.cs.findbugs.classfile.impl
 

Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type IDatabaseFactory
<E> void
AnalysisCache.registerDatabaseFactory(java.lang.Class<E> databaseClass, IDatabaseFactory<E> databaseFactory)
           
 


FindBugs™ 1.3.9

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