Class FileSystemMarkerFilePresentFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<File>
org.springframework.integration.file.filters.FileSystemMarkerFilePresentFileListFilter
- All Implemented Interfaces:
FileListFilter<File>
public class FileSystemMarkerFilePresentFileListFilter
extends AbstractMarkerFilePresentFileListFilter<File>
File system implementation of
AbstractMarkerFilePresentFileListFilter.- Since:
- 5.0
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemMarkerFilePresentFileListFilter(Map<FileListFilter<File>, Function<String, String>> filtersAndFunctions) FileSystemMarkerFilePresentFileListFilter(FileListFilter<File> filter, String suffix) FileSystemMarkerFilePresentFileListFilter(FileListFilter<File> filter, Function<String, String> function) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetFilename(File file) Return the name of the file represented by this F.Methods inherited from class AbstractMarkerFilePresentFileListFilter
defaultFileNameFunction, filterFilesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FileListFilter
accept, isForRecursion, supportsSingleFileFiltering
-
Constructor Details
-
FileSystemMarkerFilePresentFileListFilter
-
FileSystemMarkerFilePresentFileListFilter
-
FileSystemMarkerFilePresentFileListFilter
public FileSystemMarkerFilePresentFileListFilter(FileListFilter<File> filter, Function<String, String> function) -
FileSystemMarkerFilePresentFileListFilter
-
-
Method Details
-
getFilename
Description copied from class:AbstractMarkerFilePresentFileListFilterReturn the name of the file represented by this F.- Specified by:
getFilenamein classAbstractMarkerFilePresentFileListFilter<File>- Parameters:
file- the file.- Returns:
- the name.
-