unlekker.util
Class Util

java.lang.Object
  extended by unlekker.util.Util

public class Util
extends java.lang.Object

Set of static utility functions.

Author:
Marius Watz

Constructor Summary
Util()
           
 
Method Summary
static java.lang.String listObjectFields(java.lang.Object o)
          Returns a String representation of object "o", containing the values of all its fields.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

listObjectFields

public static java.lang.String listObjectFields(java.lang.Object o)
Returns a String representation of object "o", containing the values of all its fields.