org.apache.geronimo.blueprint.compendium.cm
Class CmPropertyPlaceholder

java.lang.Object
  extended by org.apache.geronimo.blueprint.ext.AbstractPropertyPlaceholder
      extended by org.apache.geronimo.blueprint.ext.PropertyPlaceholder
          extended by org.apache.geronimo.blueprint.compendium.cm.CmPropertyPlaceholder
All Implemented Interfaces:
ComponentDefinitionRegistryProcessor

public class CmPropertyPlaceholder
extends PropertyPlaceholder

TODO: javadoc

Version:
$Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
Author:
Apache Geronimo Project

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.geronimo.blueprint.ext.PropertyPlaceholder
PropertyPlaceholder.SystemProperties
 
Nested classes/interfaces inherited from class org.apache.geronimo.blueprint.ext.AbstractPropertyPlaceholder
AbstractPropertyPlaceholder.LateBindingValueMetadata
 
Constructor Summary
CmPropertyPlaceholder()
           
 
Method Summary
 BlueprintContainer getBlueprintContainer()
           
protected  org.osgi.service.cm.Configuration getConfig()
           
 org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
           
 String getPersistentId()
           
protected  String getProperty(String val)
           
 void setBlueprintContainer(BlueprintContainer blueprintContainer)
           
 void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
           
 void setPersistentId(String persistentId)
           
 
Methods inherited from class org.apache.geronimo.blueprint.ext.PropertyPlaceholder
getDefaultProperties, getLocations, getSystemProperties, init, isIgnoreMissingLocations, setDefaultProperties, setIgnoreMissingLocations, setLocations, setSystemProperties
 
Methods inherited from class org.apache.geronimo.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
 

Constructor Detail

CmPropertyPlaceholder

public CmPropertyPlaceholder()
Method Detail

getBlueprintContainer

public BlueprintContainer getBlueprintContainer()

setBlueprintContainer

public void setBlueprintContainer(BlueprintContainer blueprintContainer)

getConfigAdmin

public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()

setConfigAdmin

public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)

getPersistentId

public String getPersistentId()

setPersistentId

public void setPersistentId(String persistentId)

getProperty

protected String getProperty(String val)
Overrides:
getProperty in class PropertyPlaceholder

getConfig

protected org.osgi.service.cm.Configuration getConfig()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.