org.codehaus.groovy.maven.runtime
Interface StubCompiler

All Superinterfaces:
Compiler, Component

public interface StubCompiler
extends Compiler, Component

Groovy Groovy to Java stub compiler abstraction.

Version:
$Id: StubCompiler.java 11355 2008-03-31 16:53:52Z user57 $
Author:
Jason Dillon

Field Summary
static java.lang.String KEY
           
 
Method Summary
 
Methods inherited from interface org.codehaus.groovy.maven.runtime.util.Compiler
add, add, compile, getTargetDirectory, setTargetDirectory, sources
 
Methods inherited from interface org.codehaus.groovy.maven.feature.Component
config, feature
 

Field Detail

KEY

static final java.lang.String KEY


Copyright © 2006-2008 Codehaus. All Rights Reserved.