org.codehaus.gmaven.plugin.tools
Class ShellMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.gmaven.plugin.MojoSupport
org.codehaus.gmaven.plugin.ProviderMojoSupport
org.codehaus.gmaven.plugin.ComponentMojoSupport
org.codehaus.gmaven.plugin.tools.ShellMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ShellMojo
- extends ComponentMojoSupport
Launches the Groovy Shell (aka. groovysh).
- Since:
- 1.0-beta-2
- Version:
- $Id$
- Author:
- Jason Dillon
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShellMojo
public ShellMojo()
getProjectClasspathElements
protected List getProjectClasspathElements()
throws org.apache.maven.artifact.DependencyResolutionRequiredException
- Overrides:
getProjectClasspathElements in class MojoSupport
- Throws:
org.apache.maven.artifact.DependencyResolutionRequiredException
configure
protected void configure(org.codehaus.gmaven.feature.Configuration config)
throws Exception
- Overrides:
configure in class ComponentMojoSupport
- Throws:
Exception
process
protected void process(org.codehaus.gmaven.feature.Component component)
throws Exception
- Specified by:
process in class ComponentMojoSupport
- Throws:
Exception
Copyright © 2006-2012 Codehaus. All Rights Reserved.