Interface FileFilter

All Superinterfaces:
Serializable

public interface FileFilter extends Serializable
  • Method Details

    • match

      boolean match(File file)
    • description

      String description()
    • match

      default boolean match(DownloadedFile file)
    • notMatch

      default boolean notMatch(File file)
    • isEmpty

      default boolean isEmpty()