This class can be used to load plugins from Elektra.
More...
|
| | PluginLoader (Key errorKey) |
| | Instantiates a new PluginLoader with the possibility to add a custom error key.
|
| |
|
| 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.
|
| |
This class can be used to load plugins from Elektra.
◆ PluginLoader()
| org.libelektra.PluginLoader.PluginLoader |
( |
Key |
errorKey | ) |
|
|
inline |
Instantiates a new PluginLoader with the possibility to add a custom error key.
- Parameters
-
| errorKey | The custom error key |
◆ loadElektraPlugin()
| Plugin org.libelektra.PluginLoader.loadElektraPlugin |
( |
String |
name | ) |
throws InstallationException |
|
inline |
This plugin loads a Native Elektra Plugin.
- Parameters
-
- Returns
- the Plugin
- Exceptions
-
| InstallationException | if the plugin does not exist |
The documentation for this class was generated from the following file: