| java.lang.Object edu.iu.uis.eden.util.ClassLoaderUtils
ClassLoaderUtils | public class ClassLoaderUtils (Code) | | Provides common utility methods for dealing with Classloaders.
author: ewestfal |
getDefaultClassLoader | public static ClassLoader getDefaultClassLoader()(Code) | | Returns the default class loader within the current context. If there is a context classloader
it is returned, otherwise the classloader which loaded the ClassLoaderUtil Class is returned.
the appropriate default classloader which is guaranteed to be non-null |
isInstanceOf | public static boolean isInstanceOf(Object object, Class instanceClass)(Code) | | Checks if the given object is an instance of the given class, unwrapping any proxies if
necessary to get to the underlying object.
|
|
|