public interface PropertiesResolver
| Modifier and Type | Method and Description |
|---|---|
Properties |
resolveProperties(CamelContext context,
boolean ignoreMissingLocation,
List<PropertiesLocation> locations)
Resolve properties from the given uri
|
Properties resolveProperties(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