org.codehaus.mojo.groovy.runtime
Interface ClassCompiler

All Superinterfaces:
Compiler, org.codehaus.mojo.groovy.feature.Component

public interface ClassCompiler
extends Compiler, org.codehaus.mojo.groovy.feature.Component

Groovy class compiler abstraction.

Version:
$Id: ClassCompiler.java 5523 2007-10-25 07:29:13Z user57 $
Author:
Jason Dillon

Nested Class Summary
static interface ClassCompiler.Keys
           
 
Field Summary
static java.lang.String KEY
           
 
Method Summary
 java.net.URL[] getClassPath()
           
 void setClassPath(java.net.URL[] urls)
           
 
Methods inherited from interface org.codehaus.mojo.groovy.runtime.util.Compiler
add, add, compile, getTargetDirectory, setTargetDirectory, sources
 
Methods inherited from interface org.codehaus.mojo.groovy.feature.Component
config, feature
 

Field Detail

KEY

static final java.lang.String KEY
Method Detail

setClassPath

void setClassPath(java.net.URL[] urls)

getClassPath

java.net.URL[] getClassPath()


Copyright © 2006-2007 Codehaus. All Rights Reserved.