Interface LocationPropertiesSource
- All Superinterfaces:
org.apache.camel.spi.PropertiesSource
- All Known Implementing Classes:
AbstractLocationPropertiesSource
,ClasspathPropertiesSource
,FilePropertiesSource
,RefPropertiesSource
public interface LocationPropertiesSource
extends org.apache.camel.spi.PropertiesSource
A
PropertiesSource
which was created from a PropertiesLocation
.-
Method Summary
Modifier and TypeMethodDescriptionGets the location of the propertiesMethods inherited from interface org.apache.camel.spi.PropertiesSource
getName, getProperty, getProperty
-
Method Details
-
getLocation
PropertiesLocation getLocation()Gets the location of the properties
-