Uses of Interface
org.springframework.integration.file.FileNameGenerator
Packages that use FileNameGenerator
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.
Base package for supporting remote files.
Provides classes supporting remote file gateways.
Provides classes supporting remote file message handlers.
Classes to support Transformer pattern for Zip.
-
Uses of FileNameGenerator in org.springframework.integration.file
Classes in org.springframework.integration.file that implement FileNameGeneratorModifier and TypeClassDescriptionclass
Default implementation of the filename generator strategy.Methods in org.springframework.integration.file with parameters of type FileNameGeneratorModifier and TypeMethodDescriptionvoid
FileWritingMessageHandler.setFileNameGenerator
(FileNameGenerator fileNameGenerator) Provide theFileNameGenerator
strategy to use when generating the destination file's name. -
Uses of FileNameGenerator in org.springframework.integration.file.config
Methods in org.springframework.integration.file.config with parameters of type FileNameGeneratorModifier and TypeMethodDescriptionvoid
FileWritingMessageHandlerFactoryBean.setFileNameGenerator
(FileNameGenerator fileNameGenerator) -
Uses of FileNameGenerator in org.springframework.integration.file.dsl
Methods in org.springframework.integration.file.dsl with parameters of type FileNameGeneratorModifier and TypeMethodDescriptionFileTransferringMessageHandlerSpec.fileNameGenerator
(FileNameGenerator fileNameGenerator) Set the file name generator used to generate the remote filename to be used when transferring files to the remote system.FileWritingMessageHandlerSpec.fileNameGenerator
(FileNameGenerator fileNameGenerator) Set the file name generator used to generate the target file name.RemoteFileOutboundGatewaySpec.fileNameGenerator
(FileNameGenerator fileNameGenerator) Set the file name generator used to generate the remote filename to be used when transferring files to the remote system. -
Uses of FileNameGenerator in org.springframework.integration.file.remote
Methods in org.springframework.integration.file.remote with parameters of type FileNameGeneratorModifier and TypeMethodDescriptionvoid
RemoteFileTemplate.setFileNameGenerator
(FileNameGenerator fileNameGenerator) Set the file name generator used to generate the remote filename to be used when transferring files to the remote system. -
Uses of FileNameGenerator in org.springframework.integration.file.remote.gateway
Methods in org.springframework.integration.file.remote.gateway with parameters of type FileNameGeneratorModifier and TypeMethodDescriptionvoid
AbstractRemoteFileOutboundGateway.setFileNameGenerator
(FileNameGenerator fileNameGenerator) Set the file name generator used to generate the remote filename to be used when transferring files to the remote system. -
Uses of FileNameGenerator in org.springframework.integration.file.remote.handler
Methods in org.springframework.integration.file.remote.handler with parameters of type FileNameGeneratorModifier and TypeMethodDescriptionvoid
FileTransferringMessageHandler.setFileNameGenerator
(FileNameGenerator fileNameGenerator) Set the file name generator used to generate the remote filename to be used when transferring files to the remote system. -
Uses of FileNameGenerator in org.springframework.integration.zip.transformer
Methods in org.springframework.integration.zip.transformer with parameters of type FileNameGeneratorModifier and TypeMethodDescriptionvoid
ZipTransformer.setFileNameGenerator
(FileNameGenerator fileNameGenerator) Set aFileNameGenerator
for zip file base name: the.zip
extension is added to this name.