|
||||||||||
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 | Strategies for the File Component. |
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
Base class for FileProcessStrategy implementation to extend. |
class |
NoOpFileProcessStrategy
A simple strategy which just locks the file but does not modify it |
class |
RenameFileProcessStrategy
A strategy to rename a file |
Methods in org.apache.camel.component.file.strategy that return FileProcessStrategy | |
---|---|
static FileProcessStrategy |
FileProcessStrategyFactory.createFileProcessStrategy(boolean isNoop,
boolean isDelete,
boolean isLock,
String moveNamePrefix,
String moveNamePostfix)
A strategy method to lazily create the file strategy to use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |