Class TargetLengthBasedClassNameAbbreviator

  • All Implemented Interfaces:
    Abbreviator

    public class TargetLengthBasedClassNameAbbreviator
    extends java.lang.Object
    implements Abbreviator
    • Method Summary

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

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

      • TargetLengthBasedClassNameAbbreviator

        public TargetLengthBasedClassNameAbbreviator​(int targetLength)
    • Method Detail

      • abbreviate

        public java.lang.String abbreviate​(java.lang.String fqClassName)
        Specified by:
        abbreviate in interface Abbreviator