org.jopendocument.util
Class StringUtils.Shortener

java.lang.Object
  extended by org.jopendocument.util.StringUtils.Shortener
Enclosing class:
StringUtils

public abstract static class StringUtils.Shortener
extends java.lang.Object


Field Summary
static StringUtils.Shortener Ellipsis
           
static StringUtils.Shortener JavaHashCode
           
static StringUtils.Shortener MD5
           
 
Method Summary
 java.lang.String getBoundedLengthString(java.lang.String s, int maxLength)
           
 int getMinStringLength()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Ellipsis

public static final StringUtils.Shortener Ellipsis

JavaHashCode

public static final StringUtils.Shortener JavaHashCode

MD5

public static final StringUtils.Shortener MD5
Method Detail

getMinStringLength

public final int getMinStringLength()

getBoundedLengthString

public final java.lang.String getBoundedLengthString(java.lang.String s,
                                                     int maxLength)