public class StaticConfigurationImpl extends Object implements org.osgi.service.cm.Configuration
| Constructor and Description |
|---|
StaticConfigurationImpl(String pid,
String factoryPid,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getBundleLocation() |
long |
getChangeCount() |
String |
getFactoryPid() |
String |
getPid() |
Dictionary<String,Object> |
getProperties() |
void |
setBundleLocation(String location) |
void |
update() |
void |
update(Dictionary<String,?> properties) |
public String getPid()
getPid in interface org.osgi.service.cm.Configurationpublic Dictionary<String,Object> getProperties()
getProperties in interface org.osgi.service.cm.Configurationpublic void update(Dictionary<String,?> properties) throws IOException
update in interface org.osgi.service.cm.ConfigurationIOExceptionpublic void delete()
throws IOException
delete in interface org.osgi.service.cm.ConfigurationIOExceptionpublic String getFactoryPid()
getFactoryPid in interface org.osgi.service.cm.Configurationpublic void update()
throws IOException
update in interface org.osgi.service.cm.ConfigurationIOExceptionpublic void setBundleLocation(String location)
setBundleLocation in interface org.osgi.service.cm.Configurationpublic String getBundleLocation()
getBundleLocation in interface org.osgi.service.cm.Configurationpublic long getChangeCount()
getChangeCount in interface org.osgi.service.cm.ConfigurationCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.