public interface PropertiesResolver
| Modifier and Type | Method and Description |
|---|---|
Properties |
resolveProperties(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
List<PropertiesLocation> locations)
Resolve properties from the given uri
|
Properties resolveProperties(org.apache.camel.CamelContext context, boolean ignoreMissingLocation, List<PropertiesLocation> locations) throws Exception
context - the camel contextignoreMissingLocation - ignore silently if the property file is missinglocations - location(s) defining the source(s)Exception - is thrown if resolving the properties failedApache Camel