public class CamelPropertyPlaceholderDefinition
extends org.apache.camel.model.IdentifiedType
PropertyPlaceholderDefinition represents a <propertyPlaceholder/> element.| Type | Property and Description |
|---|---|
Boolean |
isFallbackToUnaugmented |
| Constructor and Description |
|---|
CamelPropertyPlaceholderDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
String |
getPrefixToken() |
String |
getPropertiesParserRef() |
String |
getPropertiesResolverRef() |
String |
getPropertyPrefix() |
String |
getPropertySuffix() |
String |
getSuffixToken() |
Boolean |
isCache() |
Boolean |
isFallbackToUnaugmentedProperty() |
Boolean |
isIgnoreMissingLocation() |
void |
setCache(Boolean cache) |
void |
setFallbackToUnaugmentedProperty(Boolean fallbackToUnaugmentedProperty) |
void |
setIgnoreMissingLocation(Boolean ignoreMissingLocation) |
void |
setLocation(String location) |
void |
setPrefixToken(String prefixToken) |
void |
setPropertiesParserRef(String propertiesParserRef) |
void |
setPropertiesResolverRef(String propertiesResolverRef) |
void |
setPropertyPrefix(String propertyPrefix) |
void |
setPropertySuffix(String propertySuffix) |
void |
setSuffixToken(String suffixToken) |
public String getLocation()
public void setLocation(String location)
public Boolean isCache()
public void setCache(Boolean cache)
public String getPropertiesResolverRef()
public void setPropertiesResolverRef(String propertiesResolverRef)
public String getPropertiesParserRef()
public void setPropertiesParserRef(String propertiesParserRef)
public String getPropertyPrefix()
public void setPropertyPrefix(String propertyPrefix)
public String getPropertySuffix()
public void setPropertySuffix(String propertySuffix)
public Boolean isFallbackToUnaugmentedProperty()
public void setFallbackToUnaugmentedProperty(Boolean fallbackToUnaugmentedProperty)
public Boolean isIgnoreMissingLocation()
public void setIgnoreMissingLocation(Boolean ignoreMissingLocation)
public String getPrefixToken()
public void setPrefixToken(String prefixToken)
public String getSuffixToken()
public void setSuffixToken(String suffixToken)
Apache Camel