Class AbstractActivator
java.lang.Object
com.amalgamasimulation.graphicaleditor.AbstractActivator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public abstract class AbstractActivator
extends Object
implements org.osgi.framework.BundleActivator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
public static org.osgi.framework.BundleContext context -
injector
public static com.google.inject.Injector injector
-
-
Constructor Details
-
AbstractActivator
public AbstractActivator()
-
-
Method Details
-
start
- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
GetInjector
public static com.google.inject.Injector GetInjector() -
getContext
public static org.osgi.framework.BundleContext getContext() -
createModule
-