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
- Author:
- Gary Russell
-
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 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
-
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.
-