Uses of Interface
org.springframework.integration.file.DirectoryScanner
Packages that use 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
Classes in org.springframework.integration.file that implement DirectoryScannerModifier 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...)
.Methods in org.springframework.integration.file that return DirectoryScannerModifier and TypeMethodDescriptionFileReadingMessageSource.getScanner()
TheFileReadingMessageSource.scanner
property accessor to allow to modify its options (filter
,locker
etc.) at runtime using theFileReadingMessageSource
bean.Methods in org.springframework.integration.file with parameters of type DirectoryScannerModifier and TypeMethodDescriptionvoid
FileReadingMessageSource.setScanner
(DirectoryScanner scanner) Optionally specify a custom scanner, for example theFileReadingMessageSource.WatchServiceDirectoryScanner
. -
Uses of DirectoryScanner in org.springframework.integration.file.config
Methods in org.springframework.integration.file.config with parameters of type DirectoryScannerModifier and TypeMethodDescriptionvoid
FileReadingMessageSourceFactoryBean.setScanner
(DirectoryScanner scanner) -
Uses of DirectoryScanner in org.springframework.integration.file.dsl
Methods in org.springframework.integration.file.dsl with parameters of type DirectoryScannerModifier 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
Methods in org.springframework.integration.file.remote.synchronizer with parameters of type DirectoryScannerModifier and TypeMethodDescriptionvoid
AbstractInboundFileSynchronizingMessageSource.setScanner
(DirectoryScanner scanner) Switch the localFileReadingMessageSource
to use a customDirectoryScanner
.