org.apache.pluto.maven
Class AbstractPlutoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
installationDirectory
protected java.io.File installationDirectory
project
protected org.apache.maven.project.MavenProject project
AbstractPlutoMojo
public AbstractPlutoMojo()
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-2010 Apache Software Foundation. All Rights Reserved.