|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jwarp.util.ToString
| Field Summary | |
protected static int |
indentSize
|
| Constructor Summary | |
ToString()
|
|
| Method Summary | |
protected static java.lang.String |
blanks(int length)
Makes a string with a number of blanks |
protected static java.lang.String |
indent(int level)
Makes a string with blanks for indentation |
static java.lang.String |
object(java.lang.Object obj)
generic toString method for any object (public fields only) |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected static int indentSize
| Constructor Detail |
public ToString()
| Method Detail |
protected static java.lang.String blanks(int length)
the - number of blanksprotected static java.lang.String indent(int level)
the - level of indentationpublic static java.lang.String object(java.lang.Object obj)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||