Package org.apache.camel.component.properties

The Properties Component for lookup of property placeholders for endpoint URI.

See:
          Description

Interface Summary
PropertiesParser A parser to parse properties for a given input
PropertiesResolver A resolver to load properties from a given source such as a file from a classpath.
 

Class Summary
DefaultPropertiesParser A parser to parse a string which contains property placeholders
DefaultPropertiesResolver Default PropertiesResolver which can resolve properties from file and classpath.
PropertiesComponent The properties component.
 

Package org.apache.camel.component.properties Description

The Properties Component for lookup of property placeholders for endpoint URI.



Apache CAMEL