Class Abbreviator

    • Constructor Summary

      Constructors 
      Constructor Description
      Abbreviator​(int invariantPrefixLength, int desiredLength, char folderSeparator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String abbreviate​(java.lang.String filename)  
      • Methods inherited from class java.lang.Object

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

      • Abbreviator

        public Abbreviator​(int invariantPrefixLength,
                           int desiredLength,
                           char folderSeparator)
    • Method Detail

      • abbreviate

        public java.lang.String abbreviate​(java.lang.String filename)