Class DefaultPropertiesSourceFactory

java.lang.Object
org.apache.camel.component.properties.DefaultPropertiesSourceFactory
All Implemented Interfaces:
org.apache.camel.spi.PropertiesSourceFactory

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

    • DefaultPropertiesSourceFactory

      public DefaultPropertiesSourceFactory(PropertiesComponent pc)
  • Method Details

    • 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