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.PropertyConfigurer
configure
in class FtpEndpointConfigurer
public Class<?> getOptionType(String name, boolean ignoreCase)
getOptionType
in interface org.apache.camel.spi.PropertyConfigurerGetter
getOptionType
in class FtpEndpointConfigurer
public Object getOptionValue(Object obj, String name, boolean ignoreCase)
getOptionValue
in interface org.apache.camel.spi.PropertyConfigurerGetter
getOptionValue
in class FtpEndpointConfigurer
public Object getCollectionValueType(Object target, String name, boolean ignoreCase)
getCollectionValueType
in interface org.apache.camel.spi.PropertyConfigurerGetter
getCollectionValueType
in class FtpEndpointConfigurer
Apache Camel