com.futureshocked.debug
Class StringUtil

java.lang.Object
  extended by com.futureshocked.debug.StringUtil

public class StringUtil
extends java.lang.Object

Small class that provides some common functionality.


Constructor Summary
StringUtil()
           
 
Method Summary
static java.lang.String getShortClassName(java.lang.String className)
          Returns just the class name from a String that contains the package and class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

getShortClassName

public static java.lang.String getShortClassName(java.lang.String className)
Returns just the class name from a String that contains the package and class name.

Parameters:
className - fully qualified class name
Returns:
short class name