public final class TaskHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
buildUrl(Map<String,String> props,
String componentSchema,
String endpointPropertiesPrefix,
String pathPropertiesPrefix) |
static String |
buildUrl(org.apache.camel.catalog.RuntimeCamelCatalog rcc,
Map<String,String> props,
String componentSchema,
String endpointPropertiesPrefix,
String pathPropertiesPrefix) |
static String |
createEndpointOptionsFromProperties(Map<String,String> props,
String prefix) |
static String |
createUrlPathFromProperties(Map<String,String> props,
String prefix) |
static Map<String,String> |
mergeProperties(Map<String,String> defaultProps,
Map<String,String> loadedProps) |
public static String buildUrl(org.apache.camel.catalog.RuntimeCamelCatalog rcc, Map<String,String> props, String componentSchema, String endpointPropertiesPrefix, String pathPropertiesPrefix) throws URISyntaxException
URISyntaxExceptionpublic static String buildUrl(Map<String,String> props, String componentSchema, String endpointPropertiesPrefix, String pathPropertiesPrefix)
public static String createEndpointOptionsFromProperties(Map<String,String> props, String prefix)
public static String createUrlPathFromProperties(Map<String,String> props, String prefix)
Copyright © 2020 The Apache Software Foundation. All rights reserved.