Class SortedDirectoryScanner

java.lang.Object
org.springframework.integration.file.DefaultDirectoryScanner
sk.antons.siutils.file.SortedDirectoryScanner
All Implemented Interfaces:
org.springframework.integration.file.DirectoryScanner

public class SortedDirectoryScanner extends org.springframework.integration.file.DefaultDirectoryScanner
Derives functionality from DefaultDirectoryScanner, just sort files by given comparator. Default comparator is compare by names.
Author:
antons
  • Constructor Details

    • SortedDirectoryScanner

      public SortedDirectoryScanner()
  • Method Details