|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAnalysisEngineRegistrar | |
---|---|
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.engine | Analysis engine classes to produce the analyses defined in the edu.umd.cs.findbugs.classfile.analysis package. |
Uses of IAnalysisEngineRegistrar in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs that return types with arguments of type IAnalysisEngineRegistrar | |
---|---|
java.lang.Class<? 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 IAnalysisEngineRegistrar | |
---|---|
void |
Plugin.setEngineRegistrarClass(java.lang.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 IAnalysisEngineRegistrar | |
---|---|
class |
EngineRegistrar
Register analysis engines with an analysis cache. |
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |