org.codehaus.groovy.control
Class CompilerClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byorg.codehaus.groovy.control.CompilerClassLoader

public class CompilerClassLoader
extends ClassLoader


Constructor Summary
CompilerClassLoader()
           
 
Method Summary
 void addPath(String path)
           
protected  Class findClass(String name)
           
 Class loadClass(String name)
           
protected  Class loadClass(String name, boolean resolve)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerClassLoader

public CompilerClassLoader()
Method Detail

addPath

public void addPath(String path)
             throws MalformedURLException
Throws:
MalformedURLException

loadClass

protected Class loadClass(String name,
                          boolean resolve)
                   throws ClassNotFoundException
Throws:
ClassNotFoundException

loadClass

public Class loadClass(String name)
                throws ClassNotFoundException
Throws:
ClassNotFoundException

findClass

protected Class findClass(String name)
                   throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2003-2005 The Codehaus. All Rights Reserved.