public interface OSGIConfigRootMapper
Modifier and Type | Method and Description |
---|---|
String |
getTamayaConfigRoot(String pid,
String factoryPid)
Map the given OSGI pid to a corresponding configuration section in Tamaya.
|
String getTamayaConfigRoot(String pid, String factoryPid)
pid/factoryPid==myBundle
could be [bundle:myBundle]
.
This mapping is used as a prefix when collecting the corresponding entries for the OSGI configuration.pid
- the OSGI pid, or nullfactoryPid
- the OSGI factoryPid, or nullCopyright © 2014–2016 Apache Software Foundation. All rights reserved.