public class AddOnUtils extends Object
| Constructor and Description |
|---|
AddOnUtils() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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
ExceptionCopyright © 2011-2014. All Rights Reserved.