public class FormatUtil extends Object
| Constructor and Description |
|---|
FormatUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ellipse(String value,
int len)
Truncate a string and add an ellipsis ('...') to the end if it exceeds the
specified length.
|
static String |
getFolderTitle(String folderName,
int maxSize)
Gets the folder title.
|
Copyright © 2018. All Rights Reserved.