org.codehaus.gmaven.runtime
Interface ClassCompiler

All Superinterfaces:
Compiler, Component

public interface ClassCompiler
extends Compiler, Component

Groovy class compiler abstraction.

Version:
$Id: ClassCompiler.java 52 2009-11-22 10:32:14Z user57 $
Author:
Jason Dillon

Nested Class Summary
static interface ClassCompiler.Keys
           
 
Field Summary
static String KEY
           
 
Method Summary
 
Methods inherited from interface org.codehaus.gmaven.runtime.util.Compiler
add, add, compile, getClassPath, getTargetDirectory, setClassPath, setTargetDirectory, sources
 
Methods inherited from interface org.codehaus.gmaven.feature.Component
config, feature
 

Field Detail

KEY

static final String KEY


Copyright © 2006-2012 Codehaus. All Rights Reserved.