-
All Superinterfaces:
-
org.osgi.framework.BundleActivator
class PyGeneratorPlugin
extends java.lang.Object
implements org.osgi.framework.BundleActivator
Utility functions for the plugin.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
Field Summary
Modifier and type |
Field and description |
public static val java.lang.String |
PLUGIN_ID
Identifier of the plugin. |
public static val java.lang.String |
PREFERENCE_ID
Identifier of the preference container. |
Modifier and type |
Field and description |
public static val java.lang.String |
PLUGIN_ID
Identifier of the plugin. |
public static val java.lang.String |
PREFERENCE_ID
Identifier of the preference container. |
Constructor Summary
Constructor and description |
new |
Action Summary
Modifier and type |
Action and description |
static org.osgi.framework.Bundle |
getBundle
Replies the bundle of this plugin. |
Field Details
-
PLUGIN_ID
-
public static val PLUGIN_ID : java.lang.String = "io.sarl.lang.pythongenerator"
Identifier of the plugin.
-
PREFERENCE_ID
-
public static val PREFERENCE_ID : java.lang.String = "io.sarl.lang.pythongenerator"
Identifier of the preference container.
Constructor Details
-
new
-
new
Action Details
-
getBundle
-
def getBundle : org.osgi.framework.Bundle
Replies the bundle of this plugin.
-
Returns:
-
-
start(BundleContext)
-
def start(BundleContext) throws java.lang.Exception
-
stop(BundleContext)
-
def stop(BundleContext) throws java.lang.Exception