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 Type
    Method
    Description
    Gets the location of the properties

    Methods inherited from interface org.apache.camel.spi.PropertiesSource

    getName, getProperty, getProperty
  • Method Details