AbstractThe pattern to identify the files of this plugin, see the respective subclass for its default.
The part of the path the pattern is matched against.
Abstract ReadonlydescriptionA short description of what the plugin does.
Abstract ReadonlynameA unique, human-readable name of the plugin.
Protected ReadonlypatternProtected Abstract ReadonlyrolesReadonlytypeThe type of the plugin, determining when and for what purpose it is applied during the analysis.
Abstract ReadonlyversionThe version of the plugin, ideally following semver.
StaticdefaultReturns a default/dummy implementation to be used when no plugin of this type is registered or triggered.
Determine whether this plugin applies to the given file.
Run the plugin with the given context and arguments.
Base class for file plugins that do nothing but tag their files with a set of FileRoles. As the file may still need to be processed by other plugins, these plugins always continue the loader chain.