org.apache.aries.blueprint.compendium.cm
Class CmPropertyPlaceholder
java.lang.Object
org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder
org.apache.aries.blueprint.ext.PropertyPlaceholder
org.apache.aries.blueprint.compendium.cm.CmPropertyPlaceholder
- All Implemented Interfaces:
- ManagedObject, org.apache.aries.blueprint.ComponentDefinitionRegistryProcessor
public class CmPropertyPlaceholder
- extends org.apache.aries.blueprint.ext.PropertyPlaceholder
- implements ManagedObject
TODO: javadoc
- Version:
- $Rev: 1201275 $, $Date: 2011-11-12 14:56:14 +0000 (Sat, 12 Nov 2011) $
| Nested classes/interfaces inherited from class org.apache.aries.blueprint.ext.PropertyPlaceholder |
org.apache.aries.blueprint.ext.PropertyPlaceholder.SystemProperties |
| Nested classes/interfaces inherited from class org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder |
org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder.LateBindingValueMetadata |
| Methods inherited from class org.apache.aries.blueprint.ext.PropertyPlaceholder |
getDefaultProperties, getEvaluator, getLocations, getSystemProperties, isIgnoreMissingLocations, retrieveValue, setDefaultProperties, setEvaluator, setIgnoreMissingLocations, setLocations, setSystemProperties |
| Methods inherited from class org.apache.aries.blueprint.ext.AbstractPropertyPlaceholder |
getPattern, getPlaceholderPrefix, getPlaceholderSuffix, process, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processString, processValueMetadata, setPlaceholderPrefix, setPlaceholderSuffix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmPropertyPlaceholder
public CmPropertyPlaceholder()
getBlueprintContainer
public org.apache.aries.blueprint.services.ExtendedBlueprintContainer getBlueprintContainer()
setBlueprintContainer
public void setBlueprintContainer(org.apache.aries.blueprint.services.ExtendedBlueprintContainer blueprintContainer)
getConfigAdmin
public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
setConfigAdmin
public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
getPersistentId
public String getPersistentId()
- Specified by:
getPersistentId in interface ManagedObject
setPersistentId
public void setPersistentId(String persistentId)
getUpdateStrategy
public String getUpdateStrategy()
setUpdateStrategy
public void setUpdateStrategy(String updateStrategy)
getManagedObjectManager
public ManagedObjectManager getManagedObjectManager()
setManagedObjectManager
public void setManagedObjectManager(ManagedObjectManager managedObjectManager)
init
public void init()
throws Exception
- Overrides:
init in class org.apache.aries.blueprint.ext.PropertyPlaceholder
- Throws:
Exception
destroy
public void destroy()
getProperty
protected String getProperty(String val)
- Overrides:
getProperty in class org.apache.aries.blueprint.ext.PropertyPlaceholder
getBundle
public org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle in interface ManagedObject
updated
public void updated(Dictionary props)
- Specified by:
updated in interface ManagedObject
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.