Java org.apache.commons.vfs2 Selectors fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2 Selectors fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2 Selectors.

The text is from its open source code.

Field

FileSelectorSELECT_SELF
A FileSelector that selects only the base file/folder.
FileSelectorSELECT_SELF_AND_CHILDREN
A FileSelector that selects the base file/folder and its direct children.
FileSelectorSELECT_CHILDREN
A FileSelector that selects only the direct children of the base folder.
FileSelectorEXCLUDE_SELF
A FileSelector that selects all the descendants of the base folder, but does not select the base folder itself.
FileSelectorSELECT_FILES
A FileSelector that only files (not folders).
FileSelectorSELECT_ALL
A FileSelector that selects the base file/folder, plus all its descendants.