| Package | Description |
|---|---|
| org.apache.camel.component.properties |
The Properties Component for lookup of property
placeholders for endpoint URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvPropertiesFunction
A
PropertiesFunction that lookup the property value from
OS environment variables. |
class |
ServiceHostPropertiesFunction
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
class |
ServicePortPropertiesFunction
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
class |
ServicePropertiesFunction
A
PropertiesFunction that lookup the property value from
OS environment variables using the service idiom. |
class |
SysPropertiesFunction
A
PropertiesFunction that lookup the property value from
JVM system property. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertiesFunction> |
PropertiesComponent.getFunctions()
Gets the functions registered in this properties component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesComponent.addFunction(PropertiesFunction function)
Registers the
PropertiesFunction as a function to this component. |
Apache Camel