Class SmbSimplePatternFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<F>
org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<jcifs.smb.SmbFile>
org.springframework.integration.smb.filters.SmbSimplePatternFileListFilter
- All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<jcifs.smb.SmbFile>
public class SmbSimplePatternFileListFilter
extends org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<jcifs.smb.SmbFile>
Implementation of
AbstractSimplePatternFileListFilter for SMB.- Since:
- 6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetFilename(jcifs.smb.SmbFile file) Gets the specified SMB file's name.protected booleanisDirectory(jcifs.smb.SmbFile file) Methods inherited from class org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter
acceptMethods inherited from class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter
alwaysAccept, isForRecursion, setAlwaysAcceptDirectories, setForRecursionMethods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter
filterFiles, supportsSingleFileFiltering
-
Constructor Details
-
SmbSimplePatternFileListFilter
-
-
Method Details
-
getFilename
Gets the specified SMB file's name.- Specified by:
getFilenamein classorg.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<jcifs.smb.SmbFile>- Parameters:
file- SMB file object- Returns:
- file name
- See Also:
-
AbstractSimplePatternFileListFilter.getFilename(java.lang.Object)
-
isDirectory
protected boolean isDirectory(jcifs.smb.SmbFile file) - Specified by:
isDirectoryin classorg.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<jcifs.smb.SmbFile>
-