$darkmode
|
Elektra 0.11.0
|
This class can be used to load plugins from Elektra. More...
Public Member Functions | |
| PluginLoader (Key errorKey) | |
| Instantiates a new PluginLoader with the possibility to add a custom error key. More... | |
| PluginLoader () | |
| Instantiates a new PluginLoader with a default error key which is empty. | |
| Plugin | loadElektraPlugin (String name) throws InstallationException |
| This plugin loads a Native Elektra Plugin. More... | |
This class can be used to load plugins from Elektra.
|
inline |
Instantiates a new PluginLoader with the possibility to add a custom error key.
| errorKey | The custom error key |
|
inline |