org.codehaus.mojo.groovy.runtime
Interface StubCompiler

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

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

Groovy Groovy to Java stub compiler abstraction.

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

Field Summary
static java.lang.String KEY
           
 
Method Summary
 
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


Copyright © 2006-2007 Codehaus. All Rights Reserved.