Package com.codeborne.selenide.files
Interface FileFilter
-
- All Superinterfaces:
java.io.Serializable
public interface FileFilter extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription()booleanmatch(DownloadedFile file)
-
-
-
Method Detail
-
match
boolean match(DownloadedFile file)
-
description
java.lang.String description()
-
-