| Package | Description |
|---|---|
| org.apache.camel.component.properties |
The Properties Component for lookup of property
placeholders for endpoint URI.
|
| Modifier and Type | Method and Description |
|---|---|
PropertiesLocation |
AbstractLocationPropertiesSource.getLocation() |
PropertiesLocation |
RefPropertiesSource.getLocation() |
PropertiesLocation |
LocationPropertiesSource.getLocation()
Gets the location of the properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesComponent.addLocation(PropertiesLocation location) |
protected Properties |
ClasspathPropertiesSource.loadPropertiesFromLocation(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
protected Properties |
FilePropertiesSource.loadPropertiesFromLocation(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
protected Properties |
RefPropertiesSource.lookupPropertiesInRegistry(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesComponent.setLocations(List<PropertiesLocation> locations)
A list of locations to load properties.
|
| Constructor and Description |
|---|
AbstractLocationPropertiesSource(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
ClasspathPropertiesSource(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
FilePropertiesSource(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
RefPropertiesSource(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
Apache Camel