| Package | Description |
|---|---|
| org.apache.camel.component.file |
The File Component for working with file systems.
|
| org.apache.camel.component.file.strategy |
Strategies for the File Component.
|
| Class and Description |
|---|
| FileMoveExistingStrategy
This is the interface to be implemented when a custom implementation needs to be
provided in case of fileExists=Move is in use while moving any existing file in producer
endpoints.
|
| Class and Description |
|---|
| GenericFileProcessStrategySupport
Base class for implementations of
GenericFileProcessStrategy. |
| GenericFileRenameExclusiveReadLockStrategy
Acquires exclusive read lock to the given file.
|
| GenericFileRenamer
Used for renaming files.
|
| MarkerFileExclusiveReadLockStrategy
Acquires read lock to the given file using a marker file so other Camel consumers wont acquire the same file.
|
Apache Camel