Class RefPropertiesSource
- java.lang.Object
-
- org.apache.camel.component.properties.RefPropertiesSource
-
- All Implemented Interfaces:
LocationPropertiesSource,org.apache.camel.spi.PropertiesSource
public class RefPropertiesSource extends Object implements LocationPropertiesSource
-
-
Constructor Summary
Constructors Constructor Description RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesLocationgetLocation()Gets the location of the propertiesStringgetName()StringgetProperty(String name)protected PropertieslookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location)
-
-
-
Constructor Detail
-
RefPropertiesSource
public RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.camel.spi.PropertiesSource
-
getLocation
public PropertiesLocation getLocation()
Description copied from interface:LocationPropertiesSourceGets the location of the properties- Specified by:
getLocationin interfaceLocationPropertiesSource
-
getProperty
public String getProperty(String name)
- Specified by:
getPropertyin interfaceorg.apache.camel.spi.PropertiesSource
-
lookupPropertiesInRegistry
protected Properties lookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location)
-
-