Elektra
0.9.4
|
This is a Java representation of a plugin. More...
Public Member Functions | |
KeySet | getConfig () |
Gets the config which was used to configure the plugin. More... | |
int | open (KeySet conf, Key errorKey) |
Calls the open function of the plugin. More... | |
int | get (KeySet ks, Key parentKey) throws KDBException |
Calls the get function of the plugin. More... | |
int | set (KeySet ks, Key parentKey) throws KDBException |
Calls the set function of the plugin. More... | |
int | error (KeySet ks, Key parentKey) |
Calls the error function of the plugin. More... | |
int | close (Key parentKey) |
Calls the close function of the plugin. More... | |
String | getName () |
Returns the plugin name. More... | |
This is a Java representation of a plugin.
int org.libelektra.Plugin.close | ( | Key | parentKey | ) |
Calls the close function of the plugin.
parentKey | a key |
Implemented in org.libelektra.plugin.NativePlugin.
Calls the error function of the plugin.
ks | a keyset |
parentKey | a key |
Implemented in org.libelektra.plugin.NativePlugin.
int org.libelektra.Plugin.get | ( | KeySet | ks, |
Key | parentKey | ||
) | throws KDBException |
Calls the get function of the plugin.
ks | a keyset |
parentKey | a key |
KDBException | when Elektra could not set the keyset |
Implemented in org.libelektra.plugin.NativePlugin.
KeySet org.libelektra.Plugin.getConfig | ( | ) |
Gets the config which was used to configure the plugin.
Implemented in org.libelektra.plugin.NativePlugin.
String org.libelektra.Plugin.getName | ( | ) |
Calls the open function of the plugin.
conf | a configuration keyset |
errorKey | a key |
Implemented in org.libelektra.plugin.NativePlugin.
int org.libelektra.Plugin.set | ( | KeySet | ks, |
Key | parentKey | ||
) | throws KDBException |
Calls the set function of the plugin.
ks | a keyset |
parentKey | a key |
KDBException | when Elektra could not set the keyset |
Implemented in org.libelektra.plugin.NativePlugin.