Uses of Class
groovy.lang.GroovyClassLoader

Packages that use GroovyClassLoader
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
org.codehaus.groovy.ant Ant tasks for working with Groovy - such as groovyc for compiling Groovy source code to Java bytecode 
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.control   
 

Uses of GroovyClassLoader in groovy.lang
 

Subclasses of GroovyClassLoader in groovy.lang
static class GroovyClassLoader.InnerLoader
           
 

Methods in groovy.lang that return GroovyClassLoader
protected  GroovyClassLoader GroovyClassLoader.ClassCollector.getDefiningClassLoader()
           
 

Constructors in groovy.lang with parameters of type GroovyClassLoader
GroovyClassLoader.InnerLoader(GroovyClassLoader delegate)
           
GroovyClassLoader(GroovyClassLoader parent)
          creates a GroovyClassLoader using the given GroovyClassLoader as parent.
 

Uses of GroovyClassLoader in groovy.util
 

Fields in groovy.util declared as GroovyClassLoader
protected  GroovyClassLoader GroovyTestSuite.loader
           
 

Uses of GroovyClassLoader in org.codehaus.groovy.ant
 

Methods in org.codehaus.groovy.ant with parameters of type GroovyClassLoader
protected  void Groovy.addClassPathes(GroovyClassLoader classLoader)
          Adds the class pathes (if any)
 

Uses of GroovyClassLoader in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast that return GroovyClassLoader
 GroovyClassLoader CompileUnit.getClassLoader()
           
 

Constructors in org.codehaus.groovy.ast with parameters of type GroovyClassLoader
CompileUnit(GroovyClassLoader classLoader, CodeSource codeSource, CompilerConfiguration config)
           
CompileUnit(GroovyClassLoader classLoader, CompilerConfiguration config)
           
 

Uses of GroovyClassLoader in org.codehaus.groovy.control
 

Fields in org.codehaus.groovy.control declared as GroovyClassLoader
protected  GroovyClassLoader ProcessingUnit.classLoader
          The ClassLoader to use during processing
 

Methods in org.codehaus.groovy.control that return GroovyClassLoader
 GroovyClassLoader ProcessingUnit.getClassLoader()
          Returns the class loader in use by this ProcessingUnit.
 

Methods in org.codehaus.groovy.control with parameters of type GroovyClassLoader
 void ProcessingUnit.setClassLoader(GroovyClassLoader loader)
          Sets the class loader for use by this ProcessingUnit.
 

Constructors in org.codehaus.groovy.control with parameters of type GroovyClassLoader
CompilationUnit(CompilerConfiguration configuration, CodeSource security, GroovyClassLoader loader)
          Initializes the CompilationUnit with a CodeSource for controlling security stuff and a class loader for loading classes.
CompilationUnit(GroovyClassLoader loader)
          Initializes the CompilationUnit with defaults except for class loader.
ProcessingUnit(CompilerConfiguration configuration, GroovyClassLoader classLoader, ErrorCollector er)
          Initialize the ProcessingUnit to the empty state.
SourceUnit(File source, CompilerConfiguration configuration, GroovyClassLoader loader, ErrorCollector er)
          Initializes the SourceUnit from the specified file.
SourceUnit(String name, ReaderSource source, CompilerConfiguration flags, GroovyClassLoader loader, ErrorCollector er)
          Initializes the SourceUnit from existing machinery.
SourceUnit(String name, String source, CompilerConfiguration configuration, GroovyClassLoader loader, ErrorCollector er)
          Initializes the SourceUnit for a string of source.
SourceUnit(URL source, CompilerConfiguration configuration, GroovyClassLoader loader, ErrorCollector er)
          Initializes the SourceUnit from the specified URL.
 



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