public interface PropertiesComponent extends Component
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CREATED
Has the component been created as a default by
CamelContext during starting up Camel. |
static String |
DEFAULT_PREFIX_TOKEN
The default prefix token.
|
static String |
DEFAULT_SUFFIX_TOKEN
The default suffix token.
|
Modifier and Type | Method and Description |
---|---|
String |
getPrefixToken() |
String |
getSuffixToken() |
String |
parseUri(String uri) |
String |
parseUri(String uri,
String... uris) |
void |
setLocation(String location)
A list of locations to load properties.
|
createEndpoint, getExtension, getSupportedExtensions, trySetComponent, useRawUri
getCamelContext, setCamelContext, trySetCamelContext
static final String DEFAULT_PREFIX_TOKEN
static final String DEFAULT_SUFFIX_TOKEN
static final String DEFAULT_CREATED
CamelContext
during starting up Camel.String getPrefixToken()
String getSuffixToken()
void setLocation(String location)
Apache Camel