Static Public Member Functions | |
| String | arrayToString (Object array) |
| String | arrayToString (Object array, String lineStart) |
| Object[] | convertPrimitiveArray (Object value) |
| String | cropFromEnd (String string, int number_of_lines) |
| int | getLineCount (String lines) |
| int | getLineStart (String string, int lineNo) |
| String[] | splitString (String stringToSplit, String charToSplitAt) |
| String[] | splitStringByLines (String stringToSplit) |
| String | unpackArray (Object array) |
| String | unpackArray (Object array, String lineStart) |
| String | unpackArray (Object array, String lineStart, int level, boolean expand) |
| String | unpackReturnValue (Object value, String start, int level) |
| String | unpackReturnValue (Object value, String start, int level, boolean expand) |
| String | unpackValues (String[] names, Object[] values) |
| String | unpackValues (String[] names, Object[] values, String delimiter) |
| String | unpackValues (String[] names, Object[] values, String delimiter, boolean expand) |
Static Public Attributes | |
| int | MAX_RECURSION_LEVEL = 25 |
Static Private Attributes | |
| final SimpleDateFormat | df = new SimpleDateFormat("yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'SSS") |
|
||||||||||||
|
Creation date: (30.10.2001 20:56:15)
|
|
|
Creation date: (30.10.2001 20:56:15)
|
|
|
Insert the method's description here. Creation date: (11/14/00 10:17:02 PM) |
|
||||||||||||
|
Insert the method's description here. Creation date: (3/29/2001 6:06:13 PM)
|
|
|
Insert the method's description here. Creation date: (3/29/2001 6:06:13 PM)
|
|
||||||||||||
|
Insert the method's description here. Creation date: (3/29/2001 6:06:13 PM)
|
|
||||||||||||
|
Insert the method's description here. Creation date: (3/29/2001 6:06:13 PM)
|
|
|
Insert the method's description here. Creation date: (3/29/2001 6:06:13 PM)
|
|
||||||||||||||||||||
|
Creation date: (30.10.2001 21:20:17)
|
|
||||||||||||
|
Creation date: (30.10.2001 21:20:17)
|
|
|
Creation date: (30.10.2001 21:20:17)
|
|
||||||||||||||||||||
|
Uses introspection to unpack any type of return value operations might return. It does that recursively to the level of max_recursion_level. It omitts methods, such as hashCode, clone etc. Creation date: (11/10/00 5:54:14 PM) |
|
||||||||||||||||
|
Uses introspection to unpack any type of return value operations might return. It does that recursively to the level of max_recursion_level. It omitts methods, such as hashCode, clone etc. Creation date: (11/10/00 5:54:14 PM) |
|
||||||||||||||||||||
|
Creation date: (23.10.2001 19:26:08)
|
|
||||||||||||||||
|
Creation date: (23.10.2001 19:26:08)
|
|
||||||||||||
|
Creation date: (23.10.2001 19:26:08)
|
|
|
|
|
|
|
1.3.8