org.apache.geronimo.plugin
Class MojoSupport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.geronimo.plugin.MojoSupport
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AbstractCarMojo
public abstract class MojoSupport
- extends org.apache.maven.plugin.AbstractMojo
Support for Mojo implementations.
- Version:
- $Id: MojoSupport.java 422054 2006-07-14 21:25:59Z jdillon $
Field Summary |
protected org.apache.maven.plugin.logging.Log |
log
|
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 |
log
protected org.apache.maven.plugin.logging.Log log
MojoSupport
public MojoSupport()
init
protected void init()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
doExecute
protected void doExecute()
throws Exception
- Throws:
Exception
Copyright © 2006 Apache Software Foundation. All Rights Reserved.