io.sarl.lang
Class SARLLangActivator
All Superinterfaces:
org.osgi.framework.BundleActivator
class SARLLangActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
Bundle activator for the SARL language module.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Constructor Summary
Constructor and description
new
Constructor the the activator.
Action Summary
Modifier and type Action and description
static SARLLangActivator getActivator
Replies the activator of the bundle.
void start(BundleContext)
void stop(BundleContext)
Constructor Details
new
new
Constructor the the activator.
Action Details
getActivator
def getActivator : SARLLangActivator
Replies the activator of the bundle.
Returns:
the activator of the bundle.
start(BundleContext)
def start(BundleContext)

throws java.lang.Exception

stop(BundleContext)
def stop(BundleContext)

throws java.lang.Exception