com.atlassian.util.profiling
Class ProfilingUtils

java.lang.Object
  extended by com.atlassian.util.profiling.ProfilingUtils

public class ProfilingUtils
extends java.lang.Object


Constructor Summary
ProfilingUtils()
           
 
Method Summary
static java.lang.String getJustClassName(java.lang.Class clazz)
          Get just the name of the class (without the package name)
static java.lang.String getJustClassName(java.lang.String name)
          Get just the name of the class (without the package name)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilingUtils

public ProfilingUtils()
Method Detail

getJustClassName

public static java.lang.String getJustClassName(java.lang.Class clazz)
Get just the name of the class (without the package name)


getJustClassName

public static java.lang.String getJustClassName(java.lang.String name)
Get just the name of the class (without the package name)



Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.