Interface FileDirectoryMapper

All Known Implementing Classes:
FileDirectoryAlphabetMapper, FileDirectoryDateMapper, FileDirectoryExtensionMapper

public interface FileDirectoryMapper
Implements mapping a file to specific directory name. The logic is based on the sorting algorithm.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDirectory​(java.io.File file)  
  • Method Details

    • getDirectory

      java.lang.String getDirectory​(java.io.File file) throws java.io.IOException
      Throws:
      java.io.IOException