Class FileComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.file.springboot.FileComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.file") public class FileComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonRead and write files. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description FileComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-