Class FtpEndpointConfigurer

java.lang.Object
org.apache.camel.support.component.PropertyConfigurerSupport
org.apache.camel.component.file.remote.FtpEndpointConfigurer
All Implemented Interfaces:
org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
Direct Known Subclasses:
FtpsEndpointConfigurer

public class FtpEndpointConfigurer extends org.apache.camel.support.component.PropertyConfigurerSupport implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
Generated by camel build tools - do NOT edit this file!
  • Constructor Details

    • FtpEndpointConfigurer

      public FtpEndpointConfigurer()
  • Method Details

    • configure

      public boolean configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase)
      Specified by:
      configure in interface org.apache.camel.spi.PropertyConfigurer
    • getOptionType

      public Class<?> getOptionType(String name, boolean ignoreCase)
      Specified by:
      getOptionType in interface org.apache.camel.spi.PropertyConfigurerGetter
    • getOptionValue

      public Object getOptionValue(Object obj, String name, boolean ignoreCase)
      Specified by:
      getOptionValue in interface org.apache.camel.spi.PropertyConfigurerGetter
    • getCollectionValueType

      public Object getCollectionValueType(Object target, String name, boolean ignoreCase)
      Specified by:
      getCollectionValueType in interface org.apache.camel.spi.PropertyConfigurerGetter