org.apache.ibatis.ibator.internal.util
Class ClassloaderUtility

java.lang.Object
  extended by org.apache.ibatis.ibator.internal.util.ClassloaderUtility

public class ClassloaderUtility
extends java.lang.Object

This class holds methods useful for constructing custom classloaders in ibator.

Author:
Jeff Butler

Method Summary
static java.lang.ClassLoader getCustomClassloader(java.util.List<java.lang.String> entries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCustomClassloader

public static java.lang.ClassLoader getCustomClassloader(java.util.List<java.lang.String> entries)