Package org.apache.camel.component.properties
package org.apache.camel.component.properties
The Properties Component for lookup of property
placeholders for endpoint URI.
-
ClassDescriptionBase class for
LoadablePropertiesSource
which can load properties from a source such as classpath or file system.DefaultPropertiesFunctionResolver
.DefaultPropertiesLookup
which lookup properties from aProperties
with all existing properties.A parser to parse a string which contains property placeholders.APropertiesFunction
that lookup the property value from OS environment variables.APropertiesSource
which was created from aPropertiesLocation
.The properties component allows you to use property placeholders in Camel.Generated by camel build tools - do NOT edit this file!Resolver for built-in and customPropertiesFunction
.Used byPropertiesParser
to lookup properties by their nameA parser to parse properties for a given inputAPropertiesFunction
that lookup the property value from OS environment variables using the service idiom.APropertiesFunction
that lookup the property value from OS environment variables using the service idiom.APropertiesFunction
that lookup the property value from OS environment variables using the service idiom.APropertiesFunction
that lookup the property value from JVM system property.