public class CmPropertyPlaceholder extends org.apache.aries.blueprint.ext.PropertyPlaceholder implements ManagedObject
| Constructor and Description |
|---|
CmPropertyPlaceholder() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.apache.aries.blueprint.services.ExtendedBlueprintContainer |
getBlueprintContainer() |
org.osgi.framework.Bundle |
getBundle() |
org.osgi.service.cm.ConfigurationAdmin |
getConfigAdmin() |
ManagedObjectManager |
getManagedObjectManager() |
String |
getPersistentId() |
protected String |
getProperty(String val) |
String |
getUpdateStrategy() |
void |
init() |
void |
setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer) |
void |
setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin) |
void |
setManagedObjectManager(ManagedObjectManager managedObjectManager) |
void |
setPersistentId(String persistentId) |
void |
setUpdateStrategy(String updateStrategy) |
void |
updated(Dictionary props) |
getDefaultProperties, getEvaluator, getLocations, getSystemProperties, isIgnoreMissingLocations, retrieveValue, setDefaultProperties, setEvaluator, setIgnoreMissingLocations, setLocations, setSystemPropertiesdoProcessValueMetadata, getPattern, getPlaceholderPrefix, getPlaceholderSuffix, process, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processString, processValueMetadata, setPlaceholderPrefix, setPlaceholderSuffixpublic org.apache.aries.blueprint.services.ExtendedBlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer)
public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
public String getPersistentId()
getPersistentId in interface ManagedObjectpublic void setPersistentId(String persistentId)
public String getUpdateStrategy()
public void setUpdateStrategy(String updateStrategy)
public ManagedObjectManager getManagedObjectManager()
public void setManagedObjectManager(ManagedObjectManager managedObjectManager)
public void init()
throws Exception
init in class org.apache.aries.blueprint.ext.PropertyPlaceholderExceptionpublic void destroy()
protected String getProperty(String val)
getProperty in class org.apache.aries.blueprint.ext.PropertyPlaceholderpublic org.osgi.framework.Bundle getBundle()
getBundle in interface ManagedObjectpublic void updated(Dictionary props)
updated in interface ManagedObjectCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.