Class ExportPropertiesParser

java.lang.Object
org.apache.camel.component.properties.DefaultPropertiesParser
org.apache.camel.main.download.ExportPropertiesParser
All Implemented Interfaces:
org.apache.camel.component.properties.PropertiesParser

public class ExportPropertiesParser extends org.apache.camel.component.properties.DefaultPropertiesParser
During export then we can be more flexible and allow missing property placeholders to resolve to a hardcoded value, so we can keep attempting to export.
  • Field Summary

    Fields inherited from class org.apache.camel.component.properties.DefaultPropertiesParser

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    parseProperty(String key, String value, org.apache.camel.component.properties.PropertiesLookup properties)
     

    Methods inherited from class org.apache.camel.component.properties.DefaultPropertiesParser

    getPropertiesComponent, parseUri, setPropertiesComponent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.component.properties.PropertiesParser

    customLookup
  • Constructor Details

    • ExportPropertiesParser

      public ExportPropertiesParser()
  • Method Details

    • parseProperty

      public String parseProperty(String key, String value, org.apache.camel.component.properties.PropertiesLookup properties)
      Specified by:
      parseProperty in interface org.apache.camel.component.properties.PropertiesParser
      Overrides:
      parseProperty in class org.apache.camel.component.properties.DefaultPropertiesParser