public class CmPropertyPlaceholder extends org.apache.aries.blueprint.ext.PropertyPlaceholderExt 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() |
java.lang.String |
getPersistentId() |
protected java.lang.Object |
getProperty(java.lang.String val) |
java.lang.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(java.lang.String persistentId) |
void |
setUpdateStrategy(java.lang.String updateStrategy) |
void |
updated(java.util.Dictionary props) |
getDefaultProperties, getEvaluator, getLocations, getSystemProperties, getSystemProperty, isIgnoreMissingLocations, process, retrieveValue, setDefaultProperties, setEvaluator, setIgnoreMissingLocations, setLocations, setSystemPropertiesdoProcessValueMetadata, getNullValue, getPattern, getPlaceholderPrefix, getPlaceholderSuffix, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processString, processValueMetadata, setNullValue, 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 java.lang.String getPersistentId()
getPersistentId in interface ManagedObjectpublic void setPersistentId(java.lang.String persistentId)
public java.lang.String getUpdateStrategy()
public void setUpdateStrategy(java.lang.String updateStrategy)
public ManagedObjectManager getManagedObjectManager()
public void setManagedObjectManager(ManagedObjectManager managedObjectManager)
public void init()
throws java.lang.Exception
init in class org.apache.aries.blueprint.ext.PropertyPlaceholderExtjava.lang.Exceptionpublic void destroy()
protected java.lang.Object getProperty(java.lang.String val)
getProperty in class org.apache.aries.blueprint.ext.PropertyPlaceholderExtpublic org.osgi.framework.Bundle getBundle()
getBundle in interface ManagedObjectpublic void updated(java.util.Dictionary props)
updated in interface ManagedObjectCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.