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.PropertiesSourceAPropertiesSourcewhich was created from aPropertiesLocation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesLocationgetLocation()Gets the location of the properties
-
-
-
Method Detail
-
getLocation
PropertiesLocation getLocation()
Gets the location of the properties
-
-