Class EngineRegistrar

  • All Implemented Interfaces:
    IAnalysisEngineRegistrar

    public class EngineRegistrar
    extends java.lang.Object
    implements IAnalysisEngineRegistrar
    Register BCEL-framework analysis engines.

    NOTE: the database factories will only work with AnalysisCacheToAnalysisContextAdapter, not with LegacyAnalysisContext. However, that's ok since the databases for BCEL-based analyses are only ever accessed through the AnalysisContext.

    Author:
    David Hovemeyer
    • Constructor Summary

      Constructors 
      Constructor Description
      EngineRegistrar()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerAnalysisEngines​(IAnalysisCache analysisCache)
      Register analysis engines with given analysis cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait