Class MapPropertiesSource

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

    public class MapPropertiesSource
    extends Object
    implements org.apache.camel.spi.PropertiesSource
    • Constructor Detail

      • MapPropertiesSource

        public MapPropertiesSource​(Map<String,​Object> properties)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.apache.camel.spi.PropertiesSource
      • getProperty

        public String getProperty​(String name)
        Specified by:
        getProperty in interface org.apache.camel.spi.PropertiesSource