Class ClassLoaderUtils

java.lang.Object
org.kuali.coeus.s2sgen.impl.util.ClassLoaderUtils

public final class ClassLoaderUtils extends Object
  • Method Details

    • getDefaultClassLoader

      public static ClassLoader 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