Uses of Interface
edu.umd.cs.findbugs.classfile.IClassFactory
-
Packages that use IClassFactory Package Description 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.classfile.impl
Classes in edu.umd.cs.findbugs.classfile.impl that implement IClassFactory Modifier and Type Class Description class
ClassFactory
Factory to create codebase/classpath/classfile objects.Methods in edu.umd.cs.findbugs.classfile.impl that return IClassFactory Modifier and Type Method Description static IClassFactory
ClassFactory. instance()
-