Package org.apache.camel.main.download
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 -
Method Summary
Modifier and TypeMethodDescriptionparseProperty(String key, String value, org.apache.camel.component.properties.PropertiesLookup properties) Methods inherited from class org.apache.camel.component.properties.DefaultPropertiesParser
getPropertiesComponent, parseUri, setPropertiesComponentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
parsePropertyin interfaceorg.apache.camel.component.properties.PropertiesParser- Overrides:
parsePropertyin classorg.apache.camel.component.properties.DefaultPropertiesParser
-