com.nokia.carbide.cpp.sdk.core
Class SDKCorePlugin
java.lang.Object
Plugin
com.nokia.carbide.cpp.sdk.core.SDKCorePlugin
public class SDKCorePlugin
- extends Plugin
Main interface into the sdk.core plugin.
- See Also:
to get the SDK information
Field Summary |
static java.lang.String |
PLUGIN_ID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- See Also:
- Constant Field Values
SDKCorePlugin
public SDKCorePlugin()
- The constructor
start
public void start(BundleContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop(BundleContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPluginId
public static java.lang.String getPluginId()
getDefault
public static SDKCorePlugin getDefault()
- Returns the shared instance
- Returns:
- the shared instance
getSDKManager
public static ISDKManager getSDKManager()
- Get the instance of the ISDKManager
- Returns:
- ISDKManager instance