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
|
Field Summary |
static java.lang.String |
KEY
|
| Methods inherited from interface org.codehaus.mojo.groovy.feature.Component |
config, feature |
KEY
static final java.lang.String KEY
setClassPath
void setClassPath(java.net.URL[] urls)
getClassPath
java.net.URL[] getClassPath()
Copyright © 2006-2007 Codehaus. All Rights Reserved.