|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.common.services.addon.AddOnUtils
public class AddOnUtils
| Constructor Summary | |
|---|---|
AddOnUtils()
|
|
| Method Summary | |
|---|---|
static List<ServiceAddOnDriver> |
getAddOnDriverList(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference[] refs)
|
static org.osgi.framework.ServiceReference[] |
getAddOnDriverReferences(org.osgi.framework.BundleContext context)
|
static org.osgi.framework.ServiceReference[] |
getAddOnDriverReferences(org.osgi.framework.BundleContext context,
VersionProperty serviceVersion,
VersionProperty configFormat)
|
static org.osgi.framework.ServiceRegistration |
registerAddOnDriver(org.osgi.framework.BundleContext context,
ServiceAddOnDriver driver,
Properties props)
|
static void |
releaseAddOnDrivers(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference[] refs)
|
static boolean |
saveAddOnConfig(ServiceAddOn addon,
String addonPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddOnUtils()
| Method Detail |
|---|
public static org.osgi.framework.ServiceRegistration registerAddOnDriver(org.osgi.framework.BundleContext context,
ServiceAddOnDriver driver,
Properties props)
public static org.osgi.framework.ServiceReference[] getAddOnDriverReferences(org.osgi.framework.BundleContext context,
VersionProperty serviceVersion,
VersionProperty configFormat)
public static org.osgi.framework.ServiceReference[] getAddOnDriverReferences(org.osgi.framework.BundleContext context)
public static List<ServiceAddOnDriver> getAddOnDriverList(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference[] refs)
public static void releaseAddOnDrivers(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference[] refs)
public static boolean saveAddOnConfig(ServiceAddOn addon,
String addonPath)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||