Package org.apache.camel.component.properties
The Properties Component for lookup of property
placeholders for endpoint URI.
-
Interface Summary Interface Description LocationPropertiesSource APropertiesSourcewhich was created from aPropertiesLocation.PropertiesLookup Used byPropertiesParserto lookup properties by their namePropertiesParser A parser to parse properties for a given input -
Class Summary Class Description AbstractLocationPropertiesSource Base class forLoadablePropertiesSourcewhich can load properties from a source such as classpath or file system.ClasspathPropertiesSource DefaultPropertiesLookup DefaultPropertiesLookupwhich lookup properties from aPropertieswith all existing properties.DefaultPropertiesParser A parser to parse a string which contains property placeholders.EnvPropertiesFunction APropertiesFunctionthat lookup the property value from OS environment variables.FilePropertiesSource PropertiesComponent The properties component allows you to use property placeholders in Camel.PropertiesLocation RefPropertiesSource ServiceHostPropertiesFunction APropertiesFunctionthat lookup the property value from OS environment variables using the service idiom.ServicePortPropertiesFunction APropertiesFunctionthat lookup the property value from OS environment variables using the service idiom.ServicePropertiesFunction APropertiesFunctionthat lookup the property value from OS environment variables using the service idiom.SysPropertiesFunction APropertiesFunctionthat lookup the property value from JVM system property.