This is the base class for all plugins that determine the loading order of files in a project. These plugins interplay with the FlowrAnalyzerFilesContext to gather information about the files in the project and determine their loading order. See DefaultFlowrAnalyzerLoadingOrderPlugin for the dummy default implementation.

In general, these plugins only trigger for a full project analysis after all files have been discovered and loaded. Otherwise, they may trigger multiple times (if for some reason, discovery reveals new files during the analysis).

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of FlowrAnalyzerLoadingOrderPlugin

Constructors

Properties

description: string

A short description of what the plugin does.

name: string

A unique, human-readable name of the plugin.

type: LoadingOrder = PluginType.LoadingOrder

The type of the plugin, determining when and for what purpose it is applied during the analysis.

version: SemVer

The version of the plugin, ideally following semver.

Methods