Package edu.umd.cs.findbugs.classfile
Interface IAnalysisEngineRegistrar
-
- All Known Implementing Classes:
EngineRegistrar,EngineRegistrar,EngineRegistrar
public interface IAnalysisEngineRegistrarInterface 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 voidregisterAnalysisEngines(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
-
-