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()intgetOrder()getProperty(String name) protected PropertieslookupPropertiesInRegistry(PropertiesComponent propertiesComponent, PropertiesLocation location) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
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) -
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.apache.camel.Ordered
-