public class CmPropertyPlaceholder extends PropertyPlaceholder implements ManagedObject
PropertyPlaceholder.SystemPropertiesAbstractPropertyPlaceholder.LateBindingValueMetadata| Constructor and Description |
|---|
CmPropertyPlaceholder() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
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(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, getLocations, getSystemProperties, isIgnoreMissingLocations, setDefaultProperties, setIgnoreMissingLocations, setLocations, setSystemPropertiesgetPattern, getPlaceholderPrefix, getPlaceholderSuffix, process, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processString, processValueMetadata, setPlaceholderPrefix, setPlaceholderSuffixpublic ExtendedBlueprintContainer getBlueprintContainer()
public void setBlueprintContainer(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 PropertyPlaceholderExceptionpublic void destroy()
protected String getProperty(String val)
getProperty in class PropertyPlaceholderpublic org.osgi.framework.Bundle getBundle()
getBundle in interface ManagedObjectpublic void updated(Dictionary props)
updated in interface ManagedObjectCopyright © 2014. All rights reserved.