public class EndsWithFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter
Modifier and Type | Field and Description |
---|---|
static int |
ALWAYS |
static int |
MATCH |
static int |
NEVER |
Constructor and Description |
---|
EndsWithFilenameFilter(java.lang.String[] endings,
int accept_dirs) |
EndsWithFilenameFilter(java.lang.String ending,
int accept_dirs) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File dir,
java.lang.String name) |
public static final int ALWAYS
public static final int NEVER
public static final int MATCH