org.mybatis.generator.internal.util
Class ClassloaderUtility

java.lang.Object
  extended by org.mybatis.generator.internal.util.ClassloaderUtility

public class ClassloaderUtility
extends Object

This class holds methods useful for constructing custom classloaders.

Author:
Jeff Butler

Method Summary
static ClassLoader getCustomClassloader(List<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 ClassLoader getCustomClassloader(List<String> entries)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.