Class PromptPropertyPlaceholderSource

java.lang.Object
org.apache.camel.main.download.PromptPropertyPlaceholderSource
All Implemented Interfaces:
org.apache.camel.Ordered, org.apache.camel.spi.PropertiesSource

public class PromptPropertyPlaceholderSource extends Object implements org.apache.camel.spi.PropertiesSource, org.apache.camel.Ordered
  • Constructor Details

    • PromptPropertyPlaceholderSource

      public PromptPropertyPlaceholderSource()
  • Method Details

    • 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
    • getProperty

      public String getProperty(String name, String defaultValue)
      Specified by:
      getProperty in interface org.apache.camel.spi.PropertiesSource
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.apache.camel.Ordered