edu.umd.cs.findbugs.classfile

Interface IAnalysisEngineRegistrar

public interface IAnalysisEngineRegistrar

Interface for a registrar class that registers analysis engines with an analysis cache.

Author: David Hovemeyer

Method Summary
voidregisterAnalysisEngines(IAnalysisCache analysisCache)
Register analysis engines with given analysis cache.

Method Detail

registerAnalysisEngines

public void registerAnalysisEngines(IAnalysisCache analysisCache)
Register analysis engines with given analysis cache.

Parameters: analysisCache the analysis cache

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.