public abstract class GroovyMojo
extends groovy.lang.GroovyObjectSupport
implements org.apache.maven.plugin.Mojo, org.apache.maven.plugin.ContextEnabled
| Constructor and Description |
|---|
GroovyMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fail(Object msg) |
protected void |
fail(Object msg,
Throwable cause) |
org.apache.maven.plugin.logging.Log |
getLog() |
Map |
getPluginContext() |
Object |
getProperty(String property) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setPluginContext(Map context) |
getMetaClass, invokeMethod, setMetaClass, setPropertypublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class groovy.lang.GroovyObjectSupportprotected void fail(Object msg) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void fail(Object msg, Throwable cause) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void setLog(org.apache.maven.plugin.logging.Log log)
setLog in interface org.apache.maven.plugin.Mojopublic org.apache.maven.plugin.logging.Log getLog()
getLog in interface org.apache.maven.plugin.Mojopublic Map getPluginContext()
getPluginContext in interface org.apache.maven.plugin.ContextEnabledpublic void setPluginContext(Map context)
setPluginContext in interface org.apache.maven.plugin.ContextEnabledCopyright © 2006-2012 Codehaus. All Rights Reserved.