Example usage for org.springframework.integration.file DefaultDirectoryScanner subclass-usage

List of usage examples for org.springframework.integration.file DefaultDirectoryScanner subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.file DefaultDirectoryScanner subclass-usage.

Usage

From source file uk.ac.bbsrc.tgac.miso.tools.run.RunFolderScanner.java

/**
 * uk.ac.bbsrc.tgac.miso.tools.run
 * <p/>
 * Info
 *
 * @author Rob Davey

From source file org.springframework.integration.file.WatchServiceDirectoryScanner.java

/**
 * Directory scanner that uses Java 7 {@link WatchService}.
 *
 * The initial state of the directory is collected during {@link #start()}. Subsequent
 * polls return new files as reported by {@code ENTRY_CREATE} events.
 * <p>