Uses of Class
org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter
Packages that use AbstractPersistentAcceptOnceFileListFilter
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides classes supporting file filtering.
Provides classes for configuration - parsers, namespace handlers.
Provides classes supporting FTP file filtering.
Provides classes for configuration - parsers, namespace handlers.
Provides classes supporting SFTP file filtering.
SMB-specific file list filter classes.
SMB Namespace support classes.
-
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.file.config
Methods in org.springframework.integration.file.config that return types with arguments of type AbstractPersistentAcceptOnceFileListFilterModifier and TypeMethodDescriptionprotected abstract Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>AbstractRemoteFileInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass()protected abstract Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>AbstractRemoteFileStreamingInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass() -
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.file.filters
-
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.ftp.config
Methods in org.springframework.integration.ftp.config that return types with arguments of type AbstractPersistentAcceptOnceFileListFilterModifier and TypeMethodDescriptionprotected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>FtpInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass()protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>FtpStreamingInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass() -
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.ftp.filters
Subclasses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.ftp.filtersModifier and TypeClassDescriptionclassPersistent file list filter using the server's file timestamp to detect if we've already 'seen' this file. -
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.sftp.config
Methods in org.springframework.integration.sftp.config that return types with arguments of type AbstractPersistentAcceptOnceFileListFilterModifier and TypeMethodDescriptionprotected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>SftpInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass()protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>SftpStreamingInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass() -
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.sftp.filters
Subclasses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.sftp.filtersModifier and TypeClassDescriptionclassPersistent file list filter using the server's file timestamp to detect if we've already 'seen' this file. -
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.smb.config
Methods in org.springframework.integration.smb.config that return types with arguments of type AbstractPersistentAcceptOnceFileListFilterModifier and TypeMethodDescriptionprotected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>SmbInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass()protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>SmbStreamingInboundChannelAdapterParser.getPersistentAcceptOnceFileListFilterClass() -
Uses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.smb.filters
Subclasses of AbstractPersistentAcceptOnceFileListFilter in org.springframework.integration.smb.filtersModifier and TypeClassDescriptionclassImplementation ofAbstractPersistentAcceptOnceFileListFilterfor SMB.