Class AtmosEndpointBuilderFactory.AtmosHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.AtmosEndpointBuilderFactory.AtmosHeaderNameBuilder
-
- Enclosing interface:
- AtmosEndpointBuilderFactory
public static class AtmosEndpointBuilderFactory.AtmosHeaderNameBuilder extends Object
The builder of headers' name for the Atmos component.
-
-
Constructor Summary
Constructors Constructor Description AtmosHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdeletedPath()The remote path deleted on Atmos.StringdownloadedFile()The name of the remote path downloaded in case of a single file.StringdownloadedFiles()The name of the remote paths downloaded in case of multiple files (one per line).StringmovedPath()The moved path.StringuploadedFile()The name of the remote path uploaded in case of a single file.StringuploadedFiles()The name of the remote paths uploaded in case of multiple files (one per line).
-
-
-
Method Detail
-
downloadedFile
public String downloadedFile()
The name of the remote path downloaded in case of a single file. The option is a:java.lang.Stringtype. Group: common- Returns:
- the name of the header
DOWNLOADED_FILE.
-
downloadedFiles
public String downloadedFiles()
The name of the remote paths downloaded in case of multiple files (one per line). The option is a:java.lang.Stringtype. Group: common- Returns:
- the name of the header
DOWNLOADED_FILES.
-
uploadedFile
public String uploadedFile()
The name of the remote path uploaded in case of a single file. The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
UPLOADED_FILE.
-
uploadedFiles
public String uploadedFiles()
The name of the remote paths uploaded in case of multiple files (one per line). The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
UPLOADED_FILES.
-
deletedPath
public String deletedPath()
The remote path deleted on Atmos. The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
DELETED_PATH.
-
movedPath
public String movedPath()
The moved path. The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
MOVED_PATH.
-
-