public final class IacExtensionFilter extends Object implements FileFilter, Serializable, org.apache.commons.io.filefilter.IOFileFilter
| Constructor and Description |
|---|
IacExtensionFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file)
Override for accept criteria on FileFilter
|
boolean |
accept(File file,
String s)
Override for accept criteria on IFFileFilter
|
public boolean accept(File file)
accept in interface FileFilteraccept in interface org.apache.commons.io.filefilter.IOFileFilterfile - the file to be evaluatedpublic boolean accept(File file, String s)
accept in interface FilenameFilteraccept in interface org.apache.commons.io.filefilter.IOFileFilterfile - to be evaluatedCopyright © 2016–2021. All rights reserved.