|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileProcessStrategy | |
|---|---|
| org.apache.camel.component.file | The File Component for working with file systems. |
| org.apache.camel.component.file.strategy | |
| Uses of FileProcessStrategy in org.apache.camel.component.file |
|---|
| Methods in org.apache.camel.component.file that return FileProcessStrategy | |
|---|---|
protected FileProcessStrategy |
FileEndpoint.createFileStrategy()
A strategy method to lazily create the file strategy |
FileProcessStrategy |
FileEndpoint.getFileStrategy()
|
| Methods in org.apache.camel.component.file with parameters of type FileProcessStrategy | |
|---|---|
void |
FileEndpoint.setFileStrategy(FileProcessStrategy fileProcessStrategy)
Sets the strategy to be used when the file has been processed such as deleting or renaming it etc. |
| Uses of FileProcessStrategy in org.apache.camel.component.file.strategy |
|---|
| Classes in org.apache.camel.component.file.strategy that implement FileProcessStrategy | |
|---|---|
class |
DeleteFileProcessStrategy
A strategy which will delete the file when its processed |
class |
FileProcessStrategySupport
|
class |
NoOpFileProcessStrategy
A simple strategy which just locks the file but does not modify it |
class |
RenameFileProcessStrategy
A strategy to rename a file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||