org.jboss.verifier.event
Class Library
java.lang.Object
org.jboss.verifier.event.Library
public class Library
- extends Object
Collection of miscellaneous utility methods.
For more detailed documentation, refer to the
Util Library Developer's Guide
- Since:
- JDK1.1
- Version:
- $Revision: 85945 $
- Author:
- Juha Lindfors
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClassName
public static String getClassName(Object obj)
- Returns the class name of an object. This method returns only the
name of the class, not a fully qualified class name with package
information. For fully qualified class name, use
getClass().getName()
.
- Parameters:
obj
- object whose class name is wanted
- Returns:
- object's class name, without package information
- See Also:
Object.getClass()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.