public abstract class RuntimeMojoSupport extends MojoSupport
Mojo implementations which require
GroovyRuntime and related facilities.log| Constructor and Description |
|---|
RuntimeMojoSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup() |
protected Map<String,Object> |
createContext()
Configures the context which will be available to executed scripts as binding variables.
|
protected void |
customizeProperties(PropertiesBuilder builder)
Allow sub-class to customize properties.
|
protected GroovyRuntime |
getRuntime() |
protected org.codehaus.plexus.classworlds.realm.ClassRealm |
getRuntimeRealm() |
protected List<File> |
getScriptpath() |
protected void |
prepare() |
execute, runprotected org.codehaus.plexus.classworlds.realm.ClassRealm getRuntimeRealm()
protected GroovyRuntime getRuntime()
protected void prepare()
throws Exception
prepare in class MojoSupportExceptionprotected void cleanup()
throws Exception
cleanup in class MojoSupportExceptionprotected void customizeProperties(PropertiesBuilder builder)
Copyright © 2006-2013 Codehaus. All Rights Reserved.