Package org.kuali.coeus.s2sgen.impl.util
Class ClassLoaderUtils
java.lang.Object
org.kuali.coeus.s2sgen.impl.util.ClassLoaderUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderReturns the default class loader within the current context.
-
Method Details
-
getDefaultClassLoader
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.- Returns:
- the appropriate default classloader which is guaranteed to be non-null
-