Elektra 0.8.26
org.libelektra.Plugin Interface Reference

This is a Java representation of a plugin. More...

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

◆ close()

int org.libelektra.Plugin.close ( Key parentKey)

Calls the close function of the plugin.

Parameters
parentKeya key
Returns
the plugin's return value for close

◆ error()

int org.libelektra.Plugin.error ( KeySet ks,
Key parentKey )

Calls the error function of the plugin.

Parameters
ksa keyset
parentKeya key
Returns
the plugin's return value for error

◆ get()

int org.libelektra.Plugin.get ( KeySet ks,
Key parentKey )

Calls the get function of the plugin.

Parameters
ksa keyset
parentKeya key
Returns
the plugin's return value for get

◆ open()

int org.libelektra.Plugin.open ( KeySet conf,
Key errorKey )

Calls the open function of the plugin.

Parameters
confa configuration keyset
errorKeya key
Returns
the plugin's return value for open

◆ set()

int org.libelektra.Plugin.set ( KeySet ks,
Key parentKey )

Calls the set function of the plugin.

Parameters
ksa keyset
parentKeya key
Returns
the plugin's return value for set

The documentation for this interface was generated from the following file: