public interface PropertiesSource
Ordered to control the ordering of which sources are used by the Camel
properties component. The source with the highest precedence (lowest number) will be used first.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of properties source
|
String |
getProperty(String name)
Gets the property with the name
|
String getProperty(String name)
name - name of propertyApache Camel