org.apache.camel.core.xml
Class CamelPropertyPlaceholderDefinition
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition
public class CamelPropertyPlaceholderDefinition
- extends org.apache.camel.model.IdentifiedType
PropertyPlaceholderDefinition represents a <propertyPlaceholder/> element.
- Version:
| 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 |
CamelPropertyPlaceholderDefinition
public CamelPropertyPlaceholderDefinition()
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