com.jscape.inet.file
Interface JFileFilter
public interface JFileFilter
- Version:
- 1.0
- Author:
- Alex Usun
Method Summary |
boolean |
accepts(JFile pathname)
Tests whether or not the specified abstract pathname should be
included in a pathname list. |
boolean |
accepts(java.lang.String pathname)
Tests whether or not the specified abstract pathname should be
included in a pathname list. |
accepts
boolean accepts(JFile pathname)
- Tests whether or not the specified abstract pathname should be
included in a pathname list.
- Parameters:
pathname
- the abstract pathname to be tested
- Returns:
true
if and only if pathname should be included
accepts
boolean accepts(java.lang.String pathname)
- Tests whether or not the specified abstract pathname should be
included in a pathname list.
- Parameters:
pathname
- the abstract pathname to be tested
- Returns:
true
if and only if pathname should be included
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved