Package edu.umd.cs.findbugs.classfile
Interface IAnalysisEngineRegistrar
-
- All Known Implementing Classes:
EngineRegistrar
,EngineRegistrar
,EngineRegistrar
public interface IAnalysisEngineRegistrar
Interface for a registrar class that registers analysis engines with an analysis cache.- Author:
- David Hovemeyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerAnalysisEngines(IAnalysisCache analysisCache)
Register analysis engines with given analysis cache.
-
-
-
Method Detail
-
registerAnalysisEngines
void registerAnalysisEngines(IAnalysisCache analysisCache)
Register analysis engines with given analysis cache.- Parameters:
analysisCache
- the analysis cache
-
-