Class IgnoreHiddenFileListFilter

java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<File>
org.springframework.integration.file.filters.IgnoreHiddenFileListFilter
All Implemented Interfaces:
FileListFilter<File>

public class IgnoreHiddenFileListFilter
extends AbstractFileListFilter<File>
FileListFilter implementation that ignores any hidden files. Uses File.isHidden() to make that determination.
Since:
4.2
Author:
Gunnar Hillert