public interface GenericFileRenamer<T>
Modifier and Type | Method and Description |
---|---|
GenericFile<T> |
renameFile(GenericFileOperations<T> operations,
org.apache.camel.Exchange exchange,
GenericFile<T> file)
Renames the given file
|
GenericFile<T> renameFile(GenericFileOperations<T> operations, org.apache.camel.Exchange exchange, GenericFile<T> file)
operations
- the generic file operationsexchange
- the exchangefile
- the original file.Apache Camel