public class StartsWithFilenameFilter
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 |
---|
StartsWithFilenameFilter(java.lang.String[] beginnings,
int accept_dirs) |
StartsWithFilenameFilter(java.lang.String beginning,
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