Registers plugin with the manager
Source position: fpmkunit.pp line 1632
public procedure TfpmPluginManager.RegisterPlugin( |
APlugin: TfpmPluginClass |
); |
APlugin |
|
Plugin instance to register |
RegisterPlugin adds a plugin instance to the manager's collection of active plugins. This method enables the plugin to participate in build system events and callbacks.
Registered plugins receive notifications during package resolution, compilation, and other build operations, allowing them to extend or customize build system behavior.