io.sarl.lang.pythongenerator
Class PyGeneratorPlugin
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:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
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.
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.
void start(BundleContext)
void stop(BundleContext)
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:
the bundle.
start(BundleContext)
def start(BundleContext)

throws java.lang.Exception

stop(BundleContext)
def stop(BundleContext)

throws java.lang.Exception