@eagleoutice/flowr - v2.13.14
    Preparing search index...

    This is the base class for all plugins that discover files in a project for analysis. These plugins interplay with the FlowrAnalyzerFilesContext to gather information about the files in the project. See FlowrAnalyzerDefaultProjectDiscoveryPlugin for the default implementation.

    In general, these plugins only trigger for a RProjectAnalysisRequest with the idea to discover all files in a project.

    Hierarchy (View Summary)

    Index
    description: string

    A short description of what the plugin does.

    name: string

    A unique, human-readable name of the plugin.

    type: ProjectDiscovery = PluginType.ProjectDiscovery

    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.