Interface GenericFileFilter<T>

All Known Implementing Classes:
AntPathMatcherGenericFileFilter

public interface GenericFileFilter<T>
A filter for GenericFile.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Tests whether the specified generic file should be included
  • Method Details

    • accept

      boolean accept(GenericFile<T> file)
      Tests whether the specified generic file should be included
      Parameters:
      file - the generic file to be tested
      Returns:
      true if and only if file should be included