Package org.springframework.integration.file
@NullMarked
package org.springframework.integration.file
Base package for File support.
-
ClassDescriptionDefault directory scanner and base class for other directory scanners.Default implementation of the filename generator strategy.Strategy for scanning directories.Pre-defined header names to be used when storing or retrieving File-related values to/from integration Message Headers.A FileLocker is a strategy that can ensure that files are only processed a single time.Strategy interface for generating a file name from a message.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor
FileWritingMessageHandler
A custom scanner that only returns the firstmaxNumberOfFiles
elements from a directory listing.TheDefaultDirectoryScanner
extension which walks through the directory tree usingFiles.walk(Path, int, FileVisitOption...)
.
FileReadingMessageSource