Package io.rocketbase.commons.util
Class StringShorten
- java.lang.Object
-
- io.rocketbase.commons.util.StringShorten
-
public final class StringShorten extends Object
-
-
Constructor Summary
Constructors Constructor Description StringShorten()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringleft(String value, int maxLength)static Stringleft(String value, int maxLength, String end)static Stringright(String value, int maxLength)static Stringright(String value, int maxLength, String beginning)
-