|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.net.ftp.FTPFileFilters
public class FTPFileFilters
Implements some simple FTPFileFilter classes.
| Field Summary | |
|---|---|
static FTPFileFilter |
ALL
Accepts all FTPFile entries, including null |
static FTPFileFilter |
DIRECTORIES
Accepts all (non-null) FTPFile directory entries |
static FTPFileFilter |
NON_NULL
Accepts all non-null FTPFile entries |
| Constructor Summary | |
|---|---|
FTPFileFilters()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FTPFileFilter ALL
public static final FTPFileFilter NON_NULL
public static final FTPFileFilter DIRECTORIES
| Constructor Detail |
|---|
public FTPFileFilters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||