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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.spi.PropertiesSource
getProperty
-
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)
-