org.codehaus.cargo.maven2
Class AbstractCommonMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.codehaus.cargo.maven2.AbstractCommonMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractCargoMojo, UberWarMojo

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: $

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractCommonMojo()
           
 
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
 

Constructor Detail

AbstractCommonMojo

public AbstractCommonMojo()
Method Detail

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-2008 Codehaus. All Rights Reserved.