public interface NameFilter
Modifier and Type | Field and Description |
---|---|
static int |
DONTKNOW |
static int |
NO |
static int |
YES |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFile(java.lang.String s) |
boolean |
acceptFolder(java.lang.String name) |
int |
fileStatus(java.lang.String s) |
int |
folderStatus(java.lang.String s) |
static final int YES
static final int NO
static final int DONTKNOW
Copyright © 2013. All Rights Reserved.