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
KEY
static final String KEY
execute
Object execute(ClassSource classSource,
ClassLoader classLoader,
ResourceLoader resourceLoader,
Configuration context)
throws Exception
- Throws:
Exception
Copyright © 2006-2012 Codehaus. All Rights Reserved.