Interface FileSorter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.io.File> sort​(java.util.List<java.io.File> unsorted)
      Sort the list of files that need to be processed.
    • Method Detail

      • sort

        java.util.List<java.io.File> sort​(java.util.List<java.io.File> unsorted)
        Sort the list of files that need to be processed.
        Parameters:
        unsorted - an unsorted list of files.
        Returns:
        the sorted list.