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