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 Summary
ConstructorsConstructorDescriptionSmbSystemMarkerFilePresentFileListFilter(Map<org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile>, Function<String, String>> filtersAndFunctions) SmbSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile> filter) SmbSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile> filter, String suffix) SmbSystemMarkerFilePresentFileListFilter(org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile> filter, Function<String, String> function) -
Method Summary
Methods inherited from class org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter
defaultFileNameFunction, filterFilesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.file.filters.FileListFilter
accept, isForRecursion, supportsSingleFileFiltering
-
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
-
SmbSystemMarkerFilePresentFileListFilter
-
-
Method Details
-
getFilename
- Specified by:
getFilenamein classorg.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<jcifs.smb.SmbFile>
-