Class SmbSystemMarkerFilePresentFileListFilter

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

public class SmbSystemMarkerFilePresentFileListFilter extends org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<jcifs.smb.SmbFile>
Implementation of AbstractMarkerFilePresentFileListFilter for SMB.
Since:
6.0
  • Constructor Details

    • SmbSystemMarkerFilePresentFileListFilter

      public SmbSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile> filter)
    • SmbSystemMarkerFilePresentFileListFilter

      public SmbSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile> filter, String suffix)
    • SmbSystemMarkerFilePresentFileListFilter

      public SmbSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile> filter, Function<String,String> function)
    • SmbSystemMarkerFilePresentFileListFilter

      public SmbSystemMarkerFilePresentFileListFilter(Map<org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile>,Function<String,String>> filtersAndFunctions)
  • Method Details

    • getFilename

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