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