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 String getLocation()
setLocation
public void setLocation(String location)
isCache
public Boolean isCache()
setCache
public void setCache(Boolean cache)
getPropertiesResolverRef
public String getPropertiesResolverRef()
setPropertiesResolverRef
public void setPropertiesResolverRef(String propertiesResolverRef)
getPropertiesParserRef
public String getPropertiesParserRef()
setPropertiesParserRef
public void setPropertiesParserRef(String propertiesParserRef)
getPropertyPrefix
public String getPropertyPrefix()
setPropertyPrefix
public void setPropertyPrefix(String propertyPrefix)
getPropertySuffix
public String getPropertySuffix()
setPropertySuffix
public void setPropertySuffix(String propertySuffix)
isFallbackToUnaugmentedProperty
public Boolean isFallbackToUnaugmentedProperty()
setFallbackToUnaugmentedProperty
public void setFallbackToUnaugmentedProperty(Boolean fallbackToUnaugmentedProperty)
isIgnoreMissingLocation
public Boolean isIgnoreMissingLocation()
setIgnoreMissingLocation
public void setIgnoreMissingLocation(Boolean ignoreMissingLocation)
getPrefixToken
public String getPrefixToken()
setPrefixToken
public void setPrefixToken(String prefixToken)
getSuffixToken
public String getSuffixToken()
setSuffixToken
public void setSuffixToken(String suffixToken)
Apache CAMEL