public class RefPropertiesSource extends Object implements LocationPropertiesSource
| Constructor and Description |
|---|
RefPropertiesSource(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
| Modifier and Type | Method and Description |
|---|---|
PropertiesLocation |
getLocation()
Gets the location of the properties
|
String |
getName() |
String |
getProperty(String name) |
protected Properties |
lookupPropertiesInRegistry(PropertiesComponent propertiesComponent,
PropertiesLocation location) |
public RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)
public String getName()
getName in interface org.apache.camel.spi.PropertiesSourcepublic PropertiesLocation getLocation()
LocationPropertiesSourcegetLocation in interface LocationPropertiesSourcepublic String getProperty(String name)
getProperty in interface org.apache.camel.spi.PropertiesSourceprotected Properties lookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location)
Apache Camel