Represents the abstract base class for all plugins. More...
Public Member Functions | |
Domain | getDomain () |
Returns the domain of the plugin. More... | |
abstract String | getName () |
Abstract method to return the name of the plugin. More... | |
abstract void | registerClasses (MetaclassRegistry metaclassRegistry) |
Abstract method to register the plugin metaclasses. More... | |
void | setDomain (Domain domain) |
Sets the domain of the plugin. More... | |
Represents the abstract base class for all plugins.
Domain getDomain | ( | ) |
Returns the domain of the plugin.
|
abstract |
Abstract method to return the name of the plugin.
|
abstract |
Abstract method to register the plugin metaclasses.
metaclassRegistry | The metaclasses to register. |
void setDomain | ( | Domain | domain | ) |
Sets the domain of the plugin.
domain | The domain to set. |