Elektra
0.8.23
|
This is a Java representation of a plugin. More...
Inherited by org.libelektra.plugin.Echo, org.libelektra.plugin.ExceptionTest, org.libelektra.plugin.PropertiesStorage, org.libelektra.plugin.Return, and org.libelektra.plugin.Template.
Public Member Functions | |
int | open (KeySet conf, Key errorKey) |
Calls the open function of the plugin. More... | |
int | get (KeySet ks, Key parentKey) |
Calls the get function of the plugin. More... | |
int | set (KeySet ks, Key parentKey) |
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... | |
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 |
Calls the error function of the plugin.
ks | a keyset |
parentKey | a key |
Calls the get function of the plugin.
ks | a keyset |
parentKey | a key |
Calls the open function of the plugin.
conf | a configuration keyset |
errorKey | a key |
Calls the set function of the plugin.
ks | a keyset |
parentKey | a key |