Class RefPropertiesSource
java.lang.Object
org.apache.camel.component.properties.RefPropertiesSource
- All Implemented Interfaces:
LocationPropertiesSource
,org.apache.camel.spi.PropertiesSource
-
Constructor Summary
ConstructorsConstructorDescriptionRefPropertiesSource
(PropertiesComponent propertiesComponent, PropertiesLocation location) -
Method Summary
Modifier and TypeMethodDescriptionGets the location of the propertiesgetName()
getProperty
(String name) protected Properties
lookupPropertiesInRegistry
(PropertiesComponent propertiesComponent, PropertiesLocation location)
-
Constructor Details
-
RefPropertiesSource
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceorg.apache.camel.spi.PropertiesSource
-
getLocation
Description copied from interface:LocationPropertiesSource
Gets the location of the properties- Specified by:
getLocation
in interfaceLocationPropertiesSource
-
getProperty
- Specified by:
getProperty
in interfaceorg.apache.camel.spi.PropertiesSource
-
lookupPropertiesInRegistry
protected Properties lookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location)
-