|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs2.Selectors
public final class Selectors
Several standard file selectors.
Field Summary | |
---|---|
static FileSelector |
EXCLUDE_SELF
A FileSelector that selects all the descendents of the
base folder, but does not select the base folder itself. |
static FileSelector |
SELECT_ALL
A FileSelector that selects the base file/folder, plus all
its descendents. |
static FileSelector |
SELECT_CHILDREN
A FileSelector that selects only the direct children
of the base folder. |
static FileSelector |
SELECT_FILES
A FileSelector that only files (not folders). |
static FileSelector |
SELECT_FOLDERS
A FileSelector that only folders (not files). |
static FileSelector |
SELECT_SELF
A FileSelector that selects only the base file/folder. |
static FileSelector |
SELECT_SELF_AND_CHILDREN
A FileSelector that selects the base file/folder and its
direct children. |
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 FileSelector SELECT_SELF
FileSelector
that selects only the base file/folder.
public static final FileSelector SELECT_SELF_AND_CHILDREN
FileSelector
that selects the base file/folder and its
direct children.
public static final FileSelector SELECT_CHILDREN
FileSelector
that selects only the direct children
of the base folder.
public static final FileSelector EXCLUDE_SELF
FileSelector
that selects all the descendents of the
base folder, but does not select the base folder itself.
public static final FileSelector SELECT_FILES
FileSelector
that only files (not folders).
public static final FileSelector SELECT_FOLDERS
FileSelector
that only folders (not files).
public static final FileSelector SELECT_ALL
FileSelector
that selects the base file/folder, plus all
its descendents.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |