public class FileNameEndsWithFilter extends Object implements FileFilter
| Constructor and Description |
|---|
FileNameEndsWithFilter(String string0) |
FileNameEndsWithFilter(String string0,
boolean caseSensitive) |
public FileNameEndsWithFilter(String string0)
public FileNameEndsWithFilter(String string0, boolean caseSensitive) throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean accept(File file)
accept in interface FileFilterfile - The file to matchCopyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.