org.apache.geronimo.plugin
Class MojoSupport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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
 
Constructor Summary
MojoSupport()
           
 
Method Summary
protected  void doExecute()
           
 void execute()
           
protected  void init()
           
 
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
 

Field Detail

log

protected org.apache.maven.plugin.logging.Log log
Constructor Detail

MojoSupport

public MojoSupport()
Method Detail

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.