org.apache.pluto.maven
Class AbstractPlutoMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.pluto.maven.AbstractPlutoMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractManagementMojo, AbstractPortletMojo

public abstract class AbstractPlutoMojo
extends org.apache.maven.plugin.AbstractMojo

Since:
Jul 30, 2005

Field Summary
protected  java.io.File installationDirectory
           
protected  org.apache.maven.project.MavenProject project
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractPlutoMojo()
           
 
Method Summary
protected abstract  void doExecute()
          Process the actual execution.
protected abstract  void doValidate()
           
 void execute()
           
 
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

installationDirectory

protected java.io.File installationDirectory

project

protected org.apache.maven.project.MavenProject project
Constructor Detail

AbstractPlutoMojo

public AbstractPlutoMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

doExecute

protected abstract void doExecute()
                           throws java.lang.Exception
Process the actual execution.

Throws:
java.lang.Exception

doValidate

protected abstract void doValidate()
                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.