Package org.bndly.common.runmode.impl
Class RunmodeImpl
- java.lang.Object
-
- org.bndly.common.runmode.impl.RunmodeImpl
-
-
Constructor Summary
Constructors Constructor Description RunmodeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.framework.BundleContext bundleContext)String[]getActiveRunmodes()
-
-
-
Method Detail
-
activate
public void activate(org.osgi.framework.BundleContext bundleContext)
-
getActiveRunmodes
public String[] getActiveRunmodes()
- Specified by:
getActiveRunmodesin interfaceRunmode
-
-