Class FileDirectoryAlphabetMapper

java.lang.Object
com.rivancic.gradle.plugin.files.tasks.sort.mapper.FileDirectoryAlphabetMapper
All Implemented Interfaces:
FileDirectoryMapper

public class FileDirectoryAlphabetMapper
extends java.lang.Object
implements FileDirectoryMapper
Maps file initial to alphabetical ordered directory
  • Constructor Summary

    Constructors
    Constructor Description
    FileDirectoryAlphabetMapper()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FileDirectoryAlphabetMapper

      public FileDirectoryAlphabetMapper()
  • Method Details