|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.logAnalyzer.utils.StringUtils
A simple toolkit to manipulate Strings.
Method Summary | |
static java.lang.String |
formatRight(long value,
int length,
char filler)
Right format a value using the specified filler. |
static java.lang.String |
formatRight(java.lang.String value,
int length,
char filler)
Right format a value using the specified filler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String formatRight(long value, int length, char filler)
value
- Value to format.length
- Resulting length.filler
- Filler to use.
public static java.lang.String formatRight(java.lang.String value, int length, char filler)
value
- Value to format.length
- Resulting length.filler
- Filler to use.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |