Uses of Interface
edu.umd.cs.findbugs.classfile.IClassFactory
-
Packages that use IClassFactory Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.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 IClassFactory in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as IClassFactory Modifier and Type Field Description private IClassFactoryFindBugs2. classFactoryMethods in edu.umd.cs.findbugs with parameters of type IClassFactory Modifier and Type Method Description private IClassPathDiscoverSourceDirectories. buildClassPath(IClassPathBuilder builder, IClassFactory factory) -
Uses of IClassFactory in edu.umd.cs.findbugs.classfile.impl
Classes in edu.umd.cs.findbugs.classfile.impl that implement IClassFactory Modifier and Type Class Description classClassFactoryFactory to create codebase/classpath/classfile objects.Fields in edu.umd.cs.findbugs.classfile.impl declared as IClassFactory Modifier and Type Field Description private IClassFactoryClassPathBuilder. classFactoryprivate static IClassFactoryClassFactory. theInstanceMethods in edu.umd.cs.findbugs.classfile.impl that return IClassFactory Modifier and Type Method Description static IClassFactoryClassFactory. instance()Constructors in edu.umd.cs.findbugs.classfile.impl with parameters of type IClassFactory Constructor Description ClassPathBuilder(IClassFactory classFactory, IErrorLogger errorLogger)Constructor.
-