Class FtpsComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.file.remote.springboot.FtpsComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.ftps") public class FtpsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Upload and download files to/from FTP servers supporting the FTPS protocol. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description FtpsComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getBasicPropertyBinding()
Boolean
getBridgeErrorHandler()
Boolean
getLazyStartProducer()
Boolean
getUseGlobalSslContextParameters()
void
setBasicPropertyBinding(Boolean basicPropertyBinding)
void
setBridgeErrorHandler(Boolean bridgeErrorHandler)
void
setLazyStartProducer(Boolean lazyStartProducer)
void
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getBasicPropertyBinding
public Boolean getBasicPropertyBinding()
-
setBasicPropertyBinding
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
-
getUseGlobalSslContextParameters
public Boolean getUseGlobalSslContextParameters()
-
setUseGlobalSslContextParameters
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
-
-