Taught the FTP adapter how to do file name filtering and predicates INT-1357

This commit is contained in:
Josh Long
2010-08-18 03:17:49 +00:00
parent 6dec375d36
commit 8307772dd0
12 changed files with 215 additions and 24 deletions

View File

@@ -149,7 +149,7 @@ public class FileReadingMessageSource implements MessageSource<File>,
}
/**
* Optional. Sets a {@link org.springframework.integration.file.locking.FileLocker} to be used to guard files
* Optional. Sets a {@link FileLocker} to be used to guard files
* against duplicate processing.
* <p/>
* <b>The supplied FileLocker must be thread safe</b>