org.codehaus.gmaven.runtime
Interface StubCompiler

All Superinterfaces:
Compiler, Component

public interface StubCompiler
extends Compiler, Component

Groovy Groovy to Java stub compiler abstraction.

Version:
$Id: StubCompiler.java 138 2011-09-26 03:03:28Z keeganwitt $
Author:
Jason Dillon

Nested Class Summary
static interface StubCompiler.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.