Servoy 3.5.x Public API

com.servoy.j2db.plugins
Interface IPluginAccess

All Known Subinterfaces:
IClientPluginAccess, IDeveloperPluginAccess, IWebClientPluginAccess

public interface IPluginAccess

Default client plugin api


Method Summary
 int getReleaseNumber()
          Get the application release number.
 Properties getSettings()
          Get the user properties (when setting something prefix the key with 'plugin.pluginname.').
 ITaskExecuter getThreadPool()
          Get the task executor.
 String getVersion()
          Get the application version.
 

Method Detail

getReleaseNumber

int getReleaseNumber()
Get the application release number.

Returns:
int the release number
Since:
3.5.1

getSettings

Properties getSettings()
Get the user properties (when setting something prefix the key with 'plugin.pluginname.').

Returns:
Properties

getThreadPool

ITaskExecuter getThreadPool()
Get the task executor.

Returns:
ITaskExecuter

getVersion

String getVersion()
Get the application version.

Returns:
String the version

Copyright © 2009 Servoy B.V.