table of contents
| org.libelektra.Plugin(3elektra) | Elektra | org.libelektra.Plugin(3elektra) |
NAME¶
org.libelektra.Plugin - This is a Java representation of a plugin.
SYNOPSIS¶
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. int get (KeySet ks,
Key parentKey)
Calls the get function of the plugin. int set (KeySet ks,
Key parentKey)
Calls the set function of the plugin. int error (KeySet ks,
Key parentKey)
Calls the error function of the plugin. int close (Key
parentKey)
Calls the close function of the plugin.
Detailed Description¶
This is a Java representation of a plugin.
Member Function Documentation¶
int org.libelektra.Plugin.close (Key parentKey)¶
Calls the close function of the plugin.
Parameters:
Returns:
int org.libelektra.Plugin.error (KeySet ks, Key parentKey)¶
Calls the error function of the plugin.
Parameters:
parentKey a key
Returns:
int org.libelektra.Plugin.get (KeySet ks, Key parentKey)¶
Calls the get function of the plugin.
Parameters:
parentKey a key
Returns:
int org.libelektra.Plugin.open (KeySet conf, Key errorKey)¶
Calls the open function of the plugin.
Parameters:
errorKey a key
Returns:
int org.libelektra.Plugin.set (KeySet ks, Key parentKey)¶
Calls the set function of the plugin.
Parameters:
parentKey a key
Returns:
Author¶
Generated automatically by Doxygen for Elektra from the source code.
| Mon Jan 15 2018 | Version 0.8.20 |