Class SmbPersistentAcceptOnceFileListFilter

java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<F>
org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<jcifs.smb.SmbFile>
org.springframework.integration.smb.filters.SmbPersistentAcceptOnceFileListFilter
All Implemented Interfaces:
Closeable, AutoCloseable, org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile>, org.springframework.integration.file.filters.ResettableFileListFilter<jcifs.smb.SmbFile>, org.springframework.integration.file.filters.ReversibleFileListFilter<jcifs.smb.SmbFile>

public class SmbPersistentAcceptOnceFileListFilter extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<jcifs.smb.SmbFile>
Implementation of AbstractPersistentAcceptOnceFileListFilter for SMB.
Since:
6.0
  • Field Summary

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

    flushableStore, flushOnUpdate, prefix, store
  • Constructor Summary

    Constructors
    Constructor
    Description
    SmbPersistentAcceptOnceFileListFilter(org.springframework.integration.metadata.ConcurrentMetadataStore store, String prefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    fileName(jcifs.smb.SmbFile file)
     
    protected long
    modified(jcifs.smb.SmbFile file)
     

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

    accept, buildKey, close, fileStillExists, flushIfNeeded, isDirectory, isEqual, remove, rollback, setFlushOnUpdate

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

    alwaysAccept, isForRecursion, setAlwaysAcceptDirectories, setForRecursion

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

    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

    filterFiles, isForRecursion, supportsSingleFileFiltering
  • Constructor Details

    • SmbPersistentAcceptOnceFileListFilter

      public SmbPersistentAcceptOnceFileListFilter(org.springframework.integration.metadata.ConcurrentMetadataStore store, String prefix)
  • Method Details

    • modified

      protected long modified(jcifs.smb.SmbFile file)
      Specified by:
      modified in class org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<jcifs.smb.SmbFile>
    • fileName

      protected String fileName(jcifs.smb.SmbFile file)
      Specified by:
      fileName in class org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<jcifs.smb.SmbFile>