Example usage for org.apache.commons.vfs2 AllFileSelector subclass-usage

List of usage examples for org.apache.commons.vfs2 AllFileSelector subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs2 AllFileSelector subclass-usage.

Usage

From source file poisondog.commons.vfs.AllNotHiddenFile.java

/**
 * @author Adam Huang <poisondog@gmail.com>
 */
public class AllNotHiddenFile extends AllFileSelector {
    @Override
    public boolean includeFile(FileSelectInfo fileInfo) {