public class ConfigAdminAccessor extends Object
| Constructor and Description |
|---|
ConfigAdminAccessor() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getProperties(org.osgi.framework.BundleContext context)
Retreives all properties.
|
static String |
getProperty(org.osgi.framework.BundleContext context,
String key)
Retrieves a property.
|
public static String getProperty(org.osgi.framework.BundleContext context, String key) throws IOException, org.osgi.framework.InvalidSyntaxException
context - context to retreive the key fromkey - property keyIOException - error retreiving the propertyorg.osgi.framework.InvalidSyntaxException - error retreiving the propertyCopyright © 2013–2015 Osgiliath. All rights reserved.