org.mule.util
Class ObjectUtils

java.lang.Object
  extended byorg.apache.commons.lang.ObjectUtils
      extended byorg.mule.util.ObjectUtils

public class ObjectUtils
extends ObjectUtils


Nested Class Summary
 
Nested classes inherited from class org.apache.commons.lang.ObjectUtils
ObjectUtils.Null
 
Field Summary
 
Fields inherited from class org.apache.commons.lang.ObjectUtils
NULL
 
Constructor Summary
ObjectUtils()
           
 
Method Summary
static String identityToShortString(Object obj)
          Like ObjectUtils.identityToString(Object) but without the object's full package name.
 
Methods inherited from class org.apache.commons.lang.ObjectUtils
appendIdentityToString, defaultIfNull, equals, hashCode, identityToString, max, min, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtils

public ObjectUtils()
Method Detail

identityToShortString

public static String identityToShortString(Object obj)
Like ObjectUtils.identityToString(Object) but without the object's full package name.

Parameters:
obj - the object for which the identity description is to be generated
Returns:
the object's identity description in the form of "ClassName@IdentityCode" or "null" if the argument was null.


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.