org.codehaus.gmaven.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 11 2009-07-16 09:25:38Z user57 $
Author:
Jason Dillon

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

Field Detail

KEY

static final String KEY
Method Detail

execute

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


Copyright © 2006-2012 Codehaus. All Rights Reserved.