Class RefPropertiesSource
java.lang.Object
org.apache.camel.component.properties.RefPropertiesSource
- All Implemented Interfaces:
LocationPropertiesSource
,org.apache.camel.Ordered
,org.apache.camel.spi.PropertiesSource
public class RefPropertiesSource
extends Object
implements LocationPropertiesSource, org.apache.camel.Ordered
-
Field Summary
Fields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST
-
Constructor Summary
ConstructorsConstructorDescriptionRefPropertiesSource
(PropertiesComponent propertiesComponent, PropertiesLocation location) RefPropertiesSource
(PropertiesComponent propertiesComponent, PropertiesLocation location, int order) -
Method Summary
Modifier and TypeMethodDescriptionGets the location of the propertiesgetName()
int
getOrder()
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
-
RefPropertiesSource
public RefPropertiesSource(PropertiesComponent propertiesComponent, PropertiesLocation location, int order)
-
-
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) -
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.apache.camel.Ordered
-