Example usage for org.springframework.integration.file.filters FileListFilter interface-usage

List of usage examples for org.springframework.integration.file.filters FileListFilter interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.file.filters FileListFilter interface-usage.

Usage

From source file siia.concurrency.StubFilter.java

/**
 * @author Marius Bogoevici
 */
public class StubFilter implements FileListFilter {

    @Override

From source file com.googlecode.msidor.springframework.integration.files.CompositeCascadeFileListFilter.java

/**
 * Simple {@link FileListFilter} that predicates its matches against <b>all</b> of the
 * configured {@link FileListFilter} in cascade way.
 * 
 * This is the customized version of org.springframework.integration.file.filters.CompositeFileListFilter.
 * The difference between this implementation is in filterFiles method.