org.codehaus.cargo.maven2
Class AbstractCommonMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.cargo.maven2.AbstractCommonMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AbstractCargoMojo
public abstract class AbstractCommonMojo
- extends org.apache.maven.plugin.AbstractMojo
Common MOJO providing an accessor to the Maven Project object (this is the object containing
all information contained in the POM on which the MOJO is called).
- Version:
- $Id: AbstractCommonMojo.java 1702 2008-09-02 12:37:46Z adriana $
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
org.apache.maven.project.MavenProject |
getProject()
|
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 |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
AbstractCommonMojo
public AbstractCommonMojo()
getProject
public org.apache.maven.project.MavenProject getProject()
- Returns:
- the Maven project object (this is the object containing all information contained
in the POM on which the MOJO is called).
Copyright © 2004-2012 Codehaus. All Rights Reserved.