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

Packages that use FileRenamer
org.apache.camel.component.file.strategy Strategies for the File Component. 
 

Uses of FileRenamer in org.apache.camel.component.file.strategy
 

Classes in org.apache.camel.component.file.strategy that implement FileRenamer
 class DefaultFileRenamer
          Camel default file renamer.
 

Methods in org.apache.camel.component.file.strategy that return FileRenamer
 FileRenamer FileProcessStrategySupport.getLockFileRenamer()
           
 FileRenamer RenameFileProcessStrategy.getRenamer()
           
 

Methods in org.apache.camel.component.file.strategy with parameters of type FileRenamer
 void FileProcessStrategySupport.setLockFileRenamer(FileRenamer lockFileRenamer)
           
 void RenameFileProcessStrategy.setRenamer(FileRenamer renamer)
           
 

Constructors in org.apache.camel.component.file.strategy with parameters of type FileRenamer
FileProcessStrategySupport(boolean lockFile, FileRenamer lockFileRenamer)
           
RenameFileProcessStrategy(boolean lock, FileRenamer renamer)
           
 



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