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

    flowR's default discovery: walk the project once (pruning noise directories), classify the ProjectKind from what the walk sees, then keep only the files that kind needs. project.discovery.full restores the greedy FlowrAnalyzerFullProjectDiscoveryPlugin, project.discovery.perKind overrides the kept set per kind.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerDefaultProjectDiscoveryPlugin
    Index

    Constructors

    Properties

    description: "Detects the project kind and discovers only the files it needs (unless project.discovery.full)." = 'Detects the project kind and discovers only the files it needs (unless project.discovery.full).'

    A short description of what the plugin does.

    name: "default-project-discovery-plugin" = 'default-project-discovery-plugin'

    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.

    Methods