public interface FwkFileFilterInterface
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File f)
Whether the given file is accepted by this filter.
|
boolean |
accept(java.net.URL url)
Whether the given URL is accepted by this filter.
|
java.lang.String |
getDescription()
The description of this filter.
|
boolean accept(java.io.File f)
f
- The file to be checked.boolean accept(java.net.URL url)
url
- The URL to be checked.java.lang.String getDescription()