public class CmPropertyPlaceholder extends PropertyPlaceholder implements ManagedObject
PropertyPlaceholder.SystemProperties
AbstractPropertyPlaceholder.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, setSystemProperties
getPattern, getPlaceholderPrefix, getPlaceholderSuffix, process, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processString, processValueMetadata, setPlaceholderPrefix, setPlaceholderSuffix
public 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 ManagedObject
public 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 PropertyPlaceholder
Exception
public void destroy()
protected String getProperty(String val)
getProperty
in class PropertyPlaceholder
public org.osgi.framework.Bundle getBundle()
getBundle
in interface ManagedObject
public void updated(Dictionary props)
updated
in interface ManagedObject
Copyright © 2016. All rights reserved.