org.apache.camel.component.file.strategy
Interface FileRenamer

All Known Implementing Classes:
DefaultFileRenamer, FileExpressionRenamer

public interface FileRenamer

Used for renaming files.

Version:
$Revision: 47012 $

Method Summary
 File renameFile(FileExchange exchange, File file)
          Renames the given file
 

Method Detail

renameFile

File renameFile(FileExchange exchange,
                File file)
Renames the given file

Parameters:
exchange - the exchange
file - the original file.
Returns:
the renamed file.


Copyright © 2008 IONA Open Source Community. All Rights Reserved.