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

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

Introduction

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

Usage

From source file org.onehippo.forge.content.exim.core.util.FileFilterDepthSelector.java

/**
 * A {@link FileSelector} that selects all files in a particular depth range,
 * with filtering a file by the given {@link FileFilter} instance.
 */
public class FileFilterDepthSelector extends FileDepthSelector {

From source file org.pentaho.metaverse.util.VfsDateRangeFilter.java

public class VfsDateRangeFilter extends FileDepthSelector {

    protected SimpleDateFormat format;
    private Date startingDate;
    private Date endingDate;