org.sape.carboncontrib.utils
Class ClassUtils

java.lang.Object
  extended byorg.sape.carboncontrib.utils.ClassUtils

public class ClassUtils
extends Object

Class and ClassLoader utilities.


Field Summary
private static int BUF_LEN
           
 
Constructor Summary
ClassUtils()
           
 
Method Summary
static String getClassLoaderHierarchy(Class objectClass)
          Returns the ClassLoader hierarchy for the supplied class as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUF_LEN

private static final int BUF_LEN
See Also:
Constant Field Values
Constructor Detail

ClassUtils

public ClassUtils()
Method Detail

getClassLoaderHierarchy

public static final String getClassLoaderHierarchy(Class objectClass)
Returns the ClassLoader hierarchy for the supplied class as a string.

Parameters:
objectClass - class whose ClassLoader hierarchy is needed
Returns:
String representing the ClassLoader hierarchy


Copyright 2003 Sapient Corporation. All Rights Reserved.