Uses of Interface
org.springframework.integration.file.DirectoryScanner
Package
Description
Base package for File support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting the synchronization of remote and
local file directories.
-
Uses of DirectoryScanner in org.springframework.integration.file
Modifier and TypeClassDescriptionclass
Default directory scanner and base class for other directory scanners.class
A custom scanner that only returns the firstmaxNumberOfFiles
elements from a directory listing.class
TheDefaultDirectoryScanner
extension which walks through the directory tree usingFiles.walk(Path, int, FileVisitOption...)
.Modifier and TypeMethodDescriptionFileReadingMessageSource.getScanner()
TheFileReadingMessageSource.scanner
property accessor to allow to modify its options (filter
,locker
etc.) at runtime using theFileReadingMessageSource
bean.Modifier and TypeMethodDescriptionvoid
FileReadingMessageSource.setScanner
(DirectoryScanner scanner) Optionally specify a custom scanner, for example theFileReadingMessageSource.WatchServiceDirectoryScanner
. -
Uses of DirectoryScanner in org.springframework.integration.file.config
Modifier and TypeMethodDescriptionvoid
FileReadingMessageSourceFactoryBean.setScanner
(DirectoryScanner scanner) -
Uses of DirectoryScanner in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionFileInboundChannelAdapterSpec.scanner
(DirectoryScanner scanner) Specify a custom scanner.RemoteFileInboundChannelAdapterSpec.scanner
(DirectoryScanner scanner) Configure a scanner to use for the file system scan after transfer. -
Uses of DirectoryScanner in org.springframework.integration.file.remote.synchronizer
Modifier and TypeMethodDescriptionvoid
AbstractInboundFileSynchronizingMessageSource.setScanner
(DirectoryScanner scanner) Switch the localFileReadingMessageSource
to use a customDirectoryScanner
.