public class SuffixFilenameFilter
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 |
---|
SuffixFilenameFilter(java.lang.String[] suffixes,
int accept_dirs) |
SuffixFilenameFilter(java.lang.String suffix,
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