Public Member Functions | Private Member Functions

de.fraunhofer.isst.axbench.AXBenchPlugin Class Reference

Activator for the aXBench plugin. More...

List of all members.

Public Member Functions

void start (BundleContext theContext) throws Exception
 Starts the plugin.
void stop (BundleContext theContext) throws Exception
 Stops the plugin.

Private Member Functions

boolean checkPlugin (String pluginid)
 checks if the plugin exists. if its exists the method will check the dependencies of the plugin.
void checkPluginEnvironment ()
 checks if the plugins can be started.

Detailed Description

Activator for the aXBench plugin.

This class has no further functionality at the moment, but is kept for later extension purposes.

Author:
Ekkart Kleinod
Version:
0.5.0
Since:
0.5.0

Member Function Documentation

boolean de.fraunhofer.isst.axbench.AXBenchPlugin.checkPlugin ( String  pluginid  )  [private]

checks if the plugin exists. if its exists the method will check the dependencies of the plugin.

void de.fraunhofer.isst.axbench.AXBenchPlugin.checkPluginEnvironment (  )  [private]

checks if the plugins can be started.

void de.fraunhofer.isst.axbench.AXBenchPlugin.start ( BundleContext  theContext  )  throws Exception

Starts the plugin.

Parameters:
theContext bundle context
void de.fraunhofer.isst.axbench.AXBenchPlugin.stop ( BundleContext  theContext  )  throws Exception

Stops the plugin.

Parameters:
theContext bundle context