public class ExcludeExtensionInDirFileFilter extends Object implements FileFilter
| Modifier and Type | Field and Description |
|---|---|
protected String |
extension |
protected String |
parentFolder |
| Constructor and Description |
|---|
ExcludeExtensionInDirFileFilter(String parentFolder,
String extension) |
protected final String parentFolder
protected final String extension
public boolean accept(File file)
accept in interface FileFilterCopyright © 2018. All rights reserved.