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

All Known Implementing Classes:
DefaultFileRenamer

public interface FileRenamer

Used for renaming files.

Version:
$Revision: 37863 $

Method Summary
 File renameFile(File file)
          Renames the given file
 

Method Detail

renameFile

File renameFile(File file)
Renames the given file

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


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