See: Description
| Interface | Description |
|---|---|
| LocationPropertiesSource |
A
PropertiesSource which was created from a PropertiesLocation. |
| PropertiesLookup |
Used by
PropertiesParser to lookup properties by their name |
| PropertiesParser |
A parser to parse properties for a given input
|
| Class | Description |
|---|---|
| AbstractLocationPropertiesSource |
Base class for
LoadablePropertiesSource which can load properties from a source such as classpath or file system. |
| ClasspathPropertiesSource | |
| DefaultPropertiesLookup |
Default
PropertiesLookup which lookup properties from a Properties with all existing properties. |
| DefaultPropertiesParser |
A parser to parse a string which contains property placeholders.
|
| EnvPropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables. |
| FilePropertiesSource | |
| PropertiesComponent |
The properties component allows you to use property placeholders in Camel.
|
| PropertiesLocation | |
| RefPropertiesSource | |
| ServiceHostPropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
| ServicePortPropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
| ServicePropertiesFunction |
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
| SysPropertiesFunction |
A
PropertiesFunction that lookup the property value from
JVM system property. |
Apache Camel