de.twenty11.unitprofiler.maven.plugin
Class AbstractUnitProfilerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
AbstractUnitProfilerMojo
public AbstractUnitProfilerMojo()
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.