Class Analyzers

    • Field Detail

      • IDENTIFIER

        public static final java.lang.String IDENTIFIER
        The unique identifier for analyzer definitions
        See Also:
        Constant Field Values
    • Constructor Detail

      • Analyzers

        public Analyzers()
    • Method Detail

      • getCodemapStageDependencies

        public java.lang.String[] getCodemapStageDependencies()
        Description copied from class: PrioritizedCodemapStage
        Returns a set of prioritized codemap stage identifier strings that should perform indexing before this prioritized codemap stage Note: this should represent a conservative set of the worst case dependencies. That is, if it is possible that under some configuration of the toolbox that the toolbox could depend on a prioritized codemap stage, then it should be listed here. Note: mutual dependencies are not supported!
        Specified by:
        getCodemapStageDependencies in class PrioritizedCodemapStage
        Returns:
      • performIndexing

        public boolean performIndexing​(org.eclipse.core.runtime.IProgressMonitor monitor)
        Description copied from class: PrioritizedCodemapStage
        The codemap stage indexing task to be performed.
        Specified by:
        performIndexing in class PrioritizedCodemapStage
        Returns:
        Returns true if the codemap stage was actually run.
      • clearCachedResults

        public static void clearCachedResults()
      • hasCachedResult

        public static boolean hasCachedResult​(Analyzer analyzer)
      • hasCachedResult

        public static boolean hasCachedResult​(java.lang.String analyzerName)
      • getAnalyzerResults

        public static java.util.List<Analyzer.Result> getAnalyzerResults​(java.lang.String analyzerName)
      • getRegisteredAnalyzers

        public static java.util.Set<Analyzer> getRegisteredAnalyzers()
        Returns a copy of the currently registered analyzers
        Returns:
      • loadAnalyzerContributions

        public static void loadAnalyzerContributions()
        Registers the contributed plugin analyzer definitions