[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for FPMake plugins
Source position: fpmkunit.pp line 1613
type TfpmPlugin = class |
||
public |
||
property Name: string; [r] |
|
Name of the plugin |
procedure BeforeResolvePackagePath(); virtual; |
|
Called before resolving package path |
procedure ResolvePackagePath(); virtual; |
|
Resolves package path location |
procedure AfterResolvePackagePath(); virtual; |
|
Called after resolving package path |
end; |
|
Base class for FPMake plugins |
|
| | | ||
TfpmPlugin provides the foundation for implementing FPMake plugins that extend build system functionality. Plugins enable custom processing during various phases of the package building and installation process.