public class FtpsEndpointConfigurer extends FtpEndpointConfigurer implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
| Constructor and Description |
|---|
FtpsEndpointConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.apache.camel.CamelContext camelContext,
Object obj,
String name,
Object value,
boolean ignoreCase) |
Object |
getCollectionValueType(Object target,
String name,
boolean ignoreCase) |
Class<?> |
getOptionType(String name,
boolean ignoreCase) |
Object |
getOptionValue(Object obj,
String name,
boolean ignoreCase) |
public boolean configure(org.apache.camel.CamelContext camelContext,
Object obj,
String name,
Object value,
boolean ignoreCase)
configure in interface org.apache.camel.spi.PropertyConfigurerconfigure in class FtpEndpointConfigurerpublic Class<?> getOptionType(String name, boolean ignoreCase)
getOptionType in interface org.apache.camel.spi.PropertyConfigurerGettergetOptionType in class FtpEndpointConfigurerpublic Object getOptionValue(Object obj, String name, boolean ignoreCase)
getOptionValue in interface org.apache.camel.spi.PropertyConfigurerGettergetOptionValue in class FtpEndpointConfigurerpublic Object getCollectionValueType(Object target, String name, boolean ignoreCase)
getCollectionValueType in interface org.apache.camel.spi.PropertyConfigurerGettergetCollectionValueType in class FtpEndpointConfigurerApache Camel