Package org.apache.camel.spi
Interface PropertiesSource
-
- All Known Subinterfaces:
LoadablePropertiesSource
public interface PropertiesSourceA source for properties. A source can implementOrderedto control the ordering of which sources are used by the Camel properties component. The source with the highest precedence (the lowest number) will be used first.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of properties sourceStringgetProperty(String name)Gets the property with the name
-