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

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

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs 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 descendents of the base folder, but does not select the base folder itself.
FileSelectorSELECT_FILES
A FileSelector that only files (not folders).
FileSelectorSELECT_FOLDERS
A FileSelector that only folders (not files).
FileSelectorSELECT_ALL
A FileSelector that selects the base file/folder, plus all its descendents.