Class DefaultPropertiesSourceFactory

  • All Implemented Interfaces:
    org.apache.camel.spi.PropertiesSourceFactory

    public class DefaultPropertiesSourceFactory
    extends Object
    implements org.apache.camel.spi.PropertiesSourceFactory
    • Constructor Detail

      • DefaultPropertiesSourceFactory

        public DefaultPropertiesSourceFactory​(PropertiesComponent pc)
    • Method Detail

      • newFilePropertiesSource

        public org.apache.camel.spi.PropertiesSource newFilePropertiesSource​(String location)
        Specified by:
        newFilePropertiesSource in interface org.apache.camel.spi.PropertiesSourceFactory
      • newClasspathPropertiesSource

        public org.apache.camel.spi.PropertiesSource newClasspathPropertiesSource​(String location)
        Specified by:
        newClasspathPropertiesSource in interface org.apache.camel.spi.PropertiesSourceFactory
      • newRefPropertiesSource

        public org.apache.camel.spi.PropertiesSource newRefPropertiesSource​(String ref)
        Specified by:
        newRefPropertiesSource in interface org.apache.camel.spi.PropertiesSourceFactory