Class FtpInboundChannelAdapterSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
org.springframework.integration.file.dsl.RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
org.springframework.integration.ftp.dsl.FtpInboundChannelAdapterSpec
- All Implemented Interfaces:
DisposableBean, FactoryBean<FtpInboundFileSynchronizingMessageSource>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class FtpInboundChannelAdapterSpec
extends RemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>
- Since:
- 5.0
- Author:
- Artem Bilan
-
Field Summary
Fields inherited from class RemoteFileInboundChannelAdapterSpec
synchronizerFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFtpInboundChannelAdapterSpec(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, @Nullable Comparator<File> comparator) -
Method Summary
Modifier and TypeMethodDescriptionpatternFilter(String pattern) Specify a simple pattern to match remote files.regexFilter(String regex) Specify a regular expression to match remote files.Methods inherited from class RemoteFileInboundChannelAdapterSpec
autoCreateLocalDirectory, deleteRemoteFiles, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localFilename, localFilenameExpression, localFilenameExpression, localFilter, maxFetchSize, metadataStorePrefix, preserveTimestamp, remoteComparator, remoteDirectory, remoteDirectoryExpression, remoteFileMetadataStore, remoteFileSeparator, scanner, temporaryFileSuffixMethods inherited from class MessageSourceSpec
messageHeadersMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
FtpInboundChannelAdapterSpec
protected FtpInboundChannelAdapterSpec(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, @Nullable Comparator<File> comparator)
-
-
Method Details
-
patternFilter
Specify a simple pattern to match remote files.- Specified by:
patternFilterin classRemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>- Parameters:
pattern- the pattern.- Returns:
- the spec.
- See Also:
-
regexFilter
Specify a regular expression to match remote files.- Specified by:
regexFilterin classRemoteFileInboundChannelAdapterSpec<org.apache.commons.net.ftp.FTPFile, FtpInboundChannelAdapterSpec, FtpInboundFileSynchronizingMessageSource>- Parameters:
regex- the expression.- Returns:
- the spec.
- See Also:
-