Uses of Interface
edu.umd.cs.findbugs.classfile.IAnalysisEngineRegistrar
Packages that use IAnalysisEngineRegistrar
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
Analysis engine classes to produce the analyses defined
in the edu.umd.cs.findbugs.classfile.analysis package.
Support for analyses based on the ASM bytecode framework.
Support for analyses based on the BCEL bytecode framework.
-
Uses of IAnalysisEngineRegistrar in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return types with arguments of type IAnalysisEngineRegistrarModifier and TypeMethodDescriptionClass<? extends IAnalysisEngineRegistrar>
Plugin.getEngineRegistrarClass()
Get the analysis engine registrar class that, when instantiated, can be used to register the plugin's analysis engines with the analysis cache.Method parameters in edu.umd.cs.findbugs with type arguments of type IAnalysisEngineRegistrarModifier and TypeMethodDescriptionvoid
Plugin.setEngineRegistrarClass
(Class<? extends IAnalysisEngineRegistrar> engineRegistrarClass) Set the analysis engine registrar class that, when instantiated, can be used to register the plugin's analysis engines with the analysis cache. -
Uses of IAnalysisEngineRegistrar in edu.umd.cs.findbugs.classfile.engine
Classes in edu.umd.cs.findbugs.classfile.engine that implement IAnalysisEngineRegistrarModifier and TypeClassDescriptionclass
Register analysis engines with an analysis cache. -
Uses of IAnalysisEngineRegistrar in edu.umd.cs.findbugs.classfile.engine.asm
Classes in edu.umd.cs.findbugs.classfile.engine.asm that implement IAnalysisEngineRegistrarModifier and TypeClassDescriptionclass
Analysis engine registrar for ASM-based analyses. -
Uses of IAnalysisEngineRegistrar in edu.umd.cs.findbugs.classfile.engine.bcel
Classes in edu.umd.cs.findbugs.classfile.engine.bcel that implement IAnalysisEngineRegistrar