Example usage for org.apache.commons.io DirectoryWalker subclass-usage

List of usage examples for org.apache.commons.io DirectoryWalker subclass-usage

Introduction

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

Usage

From source file de.betterform.agent.web.utils.SortingWalker.java

/**
 * @author <a href="mailto:tobias.krebs@betterform.de">tobi</a>
 * @version $Id: de.betterform.agent.web.utils.SortingWalker 08.11.2010 tobi $
 */
public class SortingWalker extends DirectoryWalker {
    private String[] fileExtensions = null;

From source file org.marketcetera.util.file.SmartLinksDirectoryWalker.java

/**
 * A {@link DirectoryWalker} which provides convenience methods to
 * initiate traversal, and (optionally) does not follow symbolic
 * links.
 */

From source file com.clank.launcher.builder.ClientFileCollector.java

/**
 * Walks a path and adds hashed path versions to the given
 * {@link com.clank.launcher.model.modpack.Manifest}.
 */
@Log
public class ClientFileCollector extends DirectoryWalker {

From source file com.skcraft.launcher.builder.ClientFileCollector.java

/**
 * Walks a path and adds hashed path versions to the given
 * {@link com.skcraft.launcher.model.modpack.Manifest}.
 */
@Log
public class ClientFileCollector extends DirectoryWalker {

From source file com.alibaba.zonda.logger.server.util.DirectoryListener.java

/**
 * User: darwin
 * Date: 12-2-5
 * Time: 1:19 pm
 */
public class DirectoryListener extends DirectoryWalker {

From source file org.duracloud.sync.walker.DirWalker.java

/**
 * Handles the walking of a set of directory trees. Each file found in the
 * tree is added to the changed file list. Any files found among the listed
 * directories will also be added to the changed file list. This is the
 * starting point for synchronization.
 *

From source file com.predic8.membrane.core.exchangestore.DepthWalker.java

class DepthWalker extends DirectoryWalker<File> {

    int depth;

    public DepthWalker(int depth) {
        super();

From source file org.oyrm.kobo.postproc.fileutils.SourceSyncWalker.java

/**
 * @author Gary Hendrick
 * @see org.apache.commons.io.DirectoryWalker
 */
public class SourceSyncWalker extends DirectoryWalker {

From source file org.oyrm.kobo.postproc.utils.SourceSyncWalker.java

/**
 * @author Gary Hendrick
 * @see org.apache.commons.io.DirectoryWalker
 */
public class SourceSyncWalker extends DirectoryWalker {

From source file io.kahu.hawaii.service.io.FileDirectoryTreeWalker.java

public class FileDirectoryTreeWalker extends DirectoryWalker<String> {
    private String startDirectoryPath;
    /**
     * controls how deep the hierarchy is navigated to (less than 0 means
     * unlimited)
     */