|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectoryScanner | |
---|---|
org.springframework.integration.file | |
org.springframework.integration.file.config |
Uses of DirectoryScanner in org.springframework.integration.file |
---|
Classes in org.springframework.integration.file that implement DirectoryScanner | |
---|---|
class |
DefaultDirectoryScanner
Default directory scanner and base class for other directory scanners. |
class |
HeadDirectoryScanner
A custom scanner that only returns the first maxNumberOfFiles elements from a directory listing. |
class |
RecursiveLeafOnlyDirectoryScanner
DirectoryScanner that lists all files inside a directory and subdirectories, without limit. |
Methods in org.springframework.integration.file with parameters of type DirectoryScanner | |
---|---|
void |
FileReadingMessageSource.setScanner(DirectoryScanner scanner)
Optionally specify a custom scanner, for example the RecursiveLeafOnlyDirectoryScanner |
Uses of DirectoryScanner in org.springframework.integration.file.config |
---|
Methods in org.springframework.integration.file.config with parameters of type DirectoryScanner | |
---|---|
void |
FileReadingMessageSourceFactoryBean.setScanner(DirectoryScanner scanner)
|
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |