Class SmbRecentFileListFilter

java.lang.Object
org.springframework.integration.file.filters.AbstractRecentFileListFilter<jcifs.smb.SmbFile>
org.springframework.integration.smb.filters.SmbRecentFileListFilter
All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile>

public class SmbRecentFileListFilter extends org.springframework.integration.file.filters.AbstractRecentFileListFilter<jcifs.smb.SmbFile>
The AbstractRecentFileListFilter implementation for SMB protocol.
Since:
6.2
  • Field Summary

    Fields inherited from class org.springframework.integration.file.filters.AbstractRecentFileListFilter

    ONE_SECOND
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Instant
    getLastModified(jcifs.smb.SmbFile remoteFile)
     

    Methods inherited from class org.springframework.integration.file.filters.AbstractRecentFileListFilter

    accept, fileIsAged, filterFiles, supportsSingleFileFiltering

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.integration.file.filters.FileListFilter

    isForRecursion
  • Constructor Details

    • SmbRecentFileListFilter

      public SmbRecentFileListFilter()
    • SmbRecentFileListFilter

      public SmbRecentFileListFilter(Duration age)
  • Method Details

    • getLastModified

      protected Instant getLastModified(jcifs.smb.SmbFile remoteFile)
      Specified by:
      getLastModified in class org.springframework.integration.file.filters.AbstractRecentFileListFilter<jcifs.smb.SmbFile>