Package | Description |
---|---|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FileReadingMessageSource.setScanner(DirectoryScanner scanner)
Optionally specify a custom scanner, for example the
RecursiveLeafOnlyDirectoryScanner |
Modifier and Type | Method and Description |
---|---|
void |
FileReadingMessageSourceFactoryBean.setScanner(DirectoryScanner scanner) |
Copyright © 2016. All rights reserved.