org.apache.camel.core.xml
Class CamelPropertyPlaceholderDefinition

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition

public class CamelPropertyPlaceholderDefinition
extends org.apache.camel.model.IdentifiedType

PropertyPlaceholderDefinition represents a <propertyPlaceholder/> element.

Version:

Constructor Summary
CamelPropertyPlaceholderDefinition()
           
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.String getPrefixToken()
           
 java.lang.String getPropertiesParserRef()
           
 java.lang.String getPropertiesResolverRef()
           
 java.lang.String getPropertyPrefix()
           
 java.lang.String getPropertySuffix()
           
 java.lang.String getSuffixToken()
           
 java.lang.Boolean isFallbackToUnaugmentedProperty()
           
 void setFallbackToUnaugmentedProperty(java.lang.Boolean fallbackToUnaugmentedProperty)
           
 void setLocation(java.lang.String location)
           
 void setPrefixToken(java.lang.String prefixToken)
           
 void setPropertiesParserRef(java.lang.String propertiesParserRef)
           
 void setPropertiesResolverRef(java.lang.String propertiesResolverRef)
           
 void setPropertyPrefix(java.lang.String propertyPrefix)
           
 void setPropertySuffix(java.lang.String propertySuffix)
           
 void setSuffixToken(java.lang.String suffixToken)
           
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelPropertyPlaceholderDefinition

public CamelPropertyPlaceholderDefinition()
Method Detail

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getPropertiesResolverRef

public java.lang.String getPropertiesResolverRef()

setPropertiesResolverRef

public void setPropertiesResolverRef(java.lang.String propertiesResolverRef)

getPropertiesParserRef

public java.lang.String getPropertiesParserRef()

setPropertiesParserRef

public void setPropertiesParserRef(java.lang.String propertiesParserRef)

getPropertyPrefix

public java.lang.String getPropertyPrefix()

setPropertyPrefix

public void setPropertyPrefix(java.lang.String propertyPrefix)

getPropertySuffix

public java.lang.String getPropertySuffix()

setPropertySuffix

public void setPropertySuffix(java.lang.String propertySuffix)

isFallbackToUnaugmentedProperty

public java.lang.Boolean isFallbackToUnaugmentedProperty()

setFallbackToUnaugmentedProperty

public void setFallbackToUnaugmentedProperty(java.lang.Boolean fallbackToUnaugmentedProperty)

getPrefixToken

public java.lang.String getPrefixToken()

setPrefixToken

public void setPrefixToken(java.lang.String prefixToken)

getSuffixToken

public java.lang.String getSuffixToken()

setSuffixToken

public void setSuffixToken(java.lang.String suffixToken)


Apache CAMEL