textbender.g.lang
Class ClassX

java.lang.Object
  extended by ClassX

public class ClassX
extends Object

Class utilities.


Method Summary
static String getShortName(Class c)
          Returns the name of the class, without the qualifying package prefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getShortName

public static String getShortName(Class c)
Returns the name of the class, without the qualifying package prefix.