public interface FilenameFilter
Instances of classes that implement this interface are used to filter filenames. These instances are used to filter directory listings in the list
method of class File
, and by the Abstract Window Toolkit's file dialog component.
FileDialog.setFilenameFilter(java.io.FilenameFilter)
, File
, File.list(java.io.FilenameFilter)
boolean
accept(File dir, String name)
boolean accept(File dir, String name)
dir
- the directory in which the file was found.
name
- the name of the file.
true
if and only if the name should be included in the file list; false
otherwise.
Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4