Class IgnoreHiddenFileListFilter

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

public class IgnoreHiddenFileListFilter
extends AbstractFileListFilter<java.io.File>
FileListFilter implementation that ignores any hidden files. Uses File.isHidden() to make that determination.
Since:
4.2
  • Constructor Summary

    Constructors 
    Constructor Description
    IgnoreHiddenFileListFilter()  
  • Method Summary

    Modifier and Type Method Description
    boolean accept​(java.io.File file)
    Subclasses must implement this method.

    Methods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter

    filterFiles, supportsSingleFileFiltering

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.integration.file.filters.FileListFilter

    isForRecursion