Package org.apache.maven.shared.scriptinterpreter

Interface Summary
ExecutionLogger  
ScriptInterpreter Defines a simple abstraction used to plug-in several script interpreters for the pre-/post-build-hooks.
 

Class Summary
BeanShellScriptInterpreter Provides a facade to evaluate BeanShell scripts.
FileLogger  
GroovyScriptInterpreter Provides a facade to evaluate Groovy scripts.
ScriptRunner Runs pre-/post-build hook scripts.
 

Exception Summary
RunErrorException Signals an error in a sub build run by the Invoker Plugin.
RunFailureException Signals a failure of a sub build run by the Invoker Plugin.
ScriptEvaluationException Signals an error during parsing/evaluation of a script.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.