| Modifier and Type | Method and Description |
|---|---|
List<PropertiesLocation> |
PropertiesComponent.getLocations() |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
DefaultPropertiesResolver.loadPropertiesFromClasspath(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
PropertiesLocation location) |
protected Properties |
DefaultPropertiesResolver.loadPropertiesFromFilePath(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
PropertiesLocation location) |
protected Properties |
DefaultPropertiesResolver.loadPropertiesFromRegistry(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
PropertiesLocation location) |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
PropertiesComponent.doLoadProperties(List<PropertiesLocation> paths) |
protected String |
PropertiesComponent.parseUri(String uri,
List<PropertiesLocation> paths) |
Properties |
DefaultPropertiesResolver.resolveProperties(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
List<PropertiesLocation> locations) |
Properties |
PropertiesResolver.resolveProperties(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
List<PropertiesLocation> locations)
Resolve properties from the given uri
|
void |
PropertiesComponent.setLocations(List<PropertiesLocation> locations)
A list of locations to load properties.
|
Apache Camel