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