Package de.elo.ix.client.plugin
Interface ConfigurePlugin
public interface ConfigurePlugin
Plugins that implement this interface can be configured via Indexserver API.
Indexserver client applications can call
PluginService.configure(de.elo.ix.client.ClientInfo, long, String)
in order to read or change the plugin's configuration.-
Field Summary
-
Method Summary
Modifier and Type Method Description java.lang.String
configure(java.lang.String configString)
Update and read configuration.
-
Field Details
-
READ
static final java.lang.String READDo not update the configuration.- See Also:
- Constant Field Values
-
DELETE
static final java.lang.String DELETEDelete the configuration.- See Also:
- Constant Field Values
-
-
Method Details
-
configure
java.lang.String configure(java.lang.String configString) throws byps.RemoteExceptionUpdate and read configuration.
-