Dear,

I tried to implement fileFilter, but I don't know how to copy only 5 files
(file1, file2, file3, file4, file5)

*public class FileFilters<T> implements GenericFileFilter<T> {

    public boolean accept(GenericFile<T> file) {
        String fileName = file.getFileName();
        return false;
    }

}*

Please give me some advice.
Thanks



--
View this message in context: 
http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791165.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to