Interface FileComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface FileComponentBuilderFactory
Read and write files. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FileComponentBuilderFactory.FileComponentBuilder
Builder for the File component.static class
FileComponentBuilderFactory.FileComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static FileComponentBuilderFactory.FileComponentBuilder
file()
File (camel-file) Read and write files.
-
-
-
Method Detail
-
file
static FileComponentBuilderFactory.FileComponentBuilder file()
File (camel-file) Read and write files. Category: file,core Since: 1.0 Maven coordinates: org.apache.camel:camel-file- Returns:
- the dsl builder
-
-