This class can be used to load native Elektra plugins to be used by Java directly.
More...
|
static final int | STATUS_ERROR = -1 |
| Return value for plugin methods: An error occurred inside the plugin function.
|
|
static final int | STATUS_SUCCESS = 1 |
| Return value for plugin methods: Everything went fine.
|
|
static final int | STATUS_NO_UPDATE = 0 |
| Return value for plugin methods: Everything went fine and the function did not update the given key set / configuration.
|
|
This class can be used to load native Elektra plugins to be used by Java directly.
◆ NativePlugin() [1/2]
org.libelektra.NativePlugin.NativePlugin |
( |
String |
pluginName, |
|
|
Key |
errorKey, |
|
|
KeySet |
modules |
|
) |
| throws InstallationException |
|
inline |
Constructor for loading an Elektra plugin.
- Parameters
-
pluginName | The plugin name |
errorKey | The errorKey |
modules | TODO #3754 add parameter description |
- Exceptions
-
InstallationException | if the plugin does not exist |
KeySetReleasedException | if has already been released |
KeyReleasedException | if has already been released |
◆ NativePlugin() [2/2]
org.libelektra.NativePlugin.NativePlugin |
( |
String |
pluginName, |
|
|
KeySet |
modules, |
|
|
KeySet |
config, |
|
|
Key |
errorKey |
|
) |
| |
|
inline |
Constructor for loading an Elektra plugin.
- Parameters
-
pluginName | The plugin name |
errorKey | The errorKey |
config | TODO #3754 add parameter description and update other |
modules | TODO #3754 add parameter description and update other |
- Exceptions
-
KeySetReleasedException | if or has already been released |
KeyReleasedException | if has already been released |
◆ close()
int org.libelektra.NativePlugin.close |
( |
Key |
errorKey | ) |
|
|
inline |
Closes the session with the Key database.
- Parameters
-
- Returns
- 0 if success or -1 otherwise
Implements org.libelektra.Plugin.
◆ getConfig()
KeySet org.libelektra.NativePlugin.getConfig |
( |
| ) |
|
|
inline |
Gets the config which was used to configure the plugin.
- Returns
- A KeySet containing the configuration of the plugin
Implements org.libelektra.Plugin.
◆ kdbOpen()
int org.libelektra.NativePlugin.kdbOpen |
( |
Key |
errorKey | ) |
|
|
inline |
Opens the session with the KeyDatabase.
- Parameters
-
- Returns
- 0 if success or -1 otherwise
- Exceptions
-
KeyReleasedException | if has already been released |
◆ open()
int org.libelektra.NativePlugin.open |
( |
KeySet |
config, |
|
|
Key |
errorKey |
|
) |
| |
|
inline |
◆ set()
Lets the plugin transform the given KeySet.
- Parameters
-
- Returns
- 0 if success or -1 otherwise
- Exceptions
-
KDBException | if return value was -1 |
KeySetReleasedException | if has already been released |
KeyReleasedException | if has already been released |
Implements org.libelektra.Plugin.
The documentation for this class was generated from the following file: