| Package | Description |
|---|---|
| org.apache.camel.component.file |
The File Component for working with file systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericFileDefaultMoveExistingFileStrategy |
| Modifier and Type | Field and Description |
|---|---|
protected FileMoveExistingStrategy |
GenericFileEndpoint.moveExistingFileStrategy |
| Modifier and Type | Method and Description |
|---|---|
FileMoveExistingStrategy |
GenericFileEndpoint.getMoveExistingFileStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericFileEndpoint.setMoveExistingFileStrategy(FileMoveExistingStrategy moveExistingFileStrategy)
Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.
|
Apache Camel