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 PropertieslookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location)
-
Constructor Details
-
RefPropertiesSource
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.camel.spi.PropertiesSource
-
getLocation
Description copied from interface:LocationPropertiesSourceGets the location of the properties- Specified by:
getLocationin interfaceLocationPropertiesSource
-
getProperty
- Specified by:
getPropertyin interfaceorg.apache.camel.spi.PropertiesSource
-
lookupPropertiesInRegistry
protected Properties lookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location)
-