public abstract class FileFilter extends Object
| Constructor and Description |
|---|
FileFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
filter(String fileName) |
protected boolean |
isAcceptExtension(String filename,
String[] extensions) |
protected boolean |
isAcceptFileName(String fileName,
String expectedFileName) |
protected boolean |
isIgnore(String fileName) |
Copyright © 2014. All rights reserved.