Package org.springframework.integration.sftp.filters
package org.springframework.integration.sftp.filters
Provides classes supporting SFTP file filtering.
-
ClassesClassDescriptionThe
AbstractLastModifiedFileListFilterimplementation to filter those files whichFileTime.toInstant()is less than the age in comparison with theInstant.now().Persistent file list filter using the server's file timestamp to detect if we've already 'seen' this file.Implementation ofAbstractRegexPatternFileListFilterfor SFTP.Implementation ofAbstractSimplePatternFileListFilterfor SFTP.SFTP implementation ofAbstractMarkerFilePresentFileListFilter.