de.twenty11.unitprofiler.maven.plugin
Class AbstractUnitProfilerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by de.twenty11.unitprofiler.maven.plugin.AbstractUnitProfilerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AgentMojo, GreetingMojo

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

Author:
carsten

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractUnitProfilerMojo()
           
 
Method Summary
 void execute()
           
protected abstract  void executeMojo()
           
protected  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
 

Constructor Detail

AbstractUnitProfilerMojo

public AbstractUnitProfilerMojo()
Method Detail

executeMojo

protected abstract void executeMojo()
                             throws org.apache.maven.plugin.MojoExecutionException,
                                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

execute

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

getProject

protected final org.apache.maven.project.MavenProject getProject()
Returns:
Maven project


Copyright © 2013. All rights reserved.