joptsimple.internal
Class Classes

java.lang.Object
  extended by joptsimple.internal.Classes

public final class Classes
extends Object

Author:
Paul Holser

Method Summary
static String shortNameOf(String className)
          Gives the "short version" of the given class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

shortNameOf

public static String shortNameOf(String className)
Gives the "short version" of the given class name. Somewhat naive to inner classes.

Parameters:
className - class name to chew on
Returns:
the short name of the class


Copyright © 2011. All Rights Reserved.