org.codehaus.groovy.maven.runtime
Interface ScriptExecutor

All Superinterfaces:
Component
All Known Implementing Classes:
ScriptExecutorSupport

public interface ScriptExecutor
extends Component

Provides an abstraction to execute Groovy scripts.

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

Field Summary
static java.lang.String KEY
           
 
Method Summary
 java.lang.Object execute(ClassSource classSource, java.lang.ClassLoader classLoader, ResourceLoader resourceLoader, Configuration context)
           
 
Methods inherited from interface org.codehaus.groovy.maven.feature.Component
config, feature
 

Field Detail

KEY

static final java.lang.String KEY
Method Detail

execute

java.lang.Object execute(ClassSource classSource,
                         java.lang.ClassLoader classLoader,
                         ResourceLoader resourceLoader,
                         Configuration context)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2009 Codehaus. All Rights Reserved.