org.jacoco.maven
Class AbstractJacocoMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jacoco.maven.AbstractJacocoMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AgentMojo
public abstract class AbstractJacocoMojo
- extends org.apache.maven.plugin.AbstractMojo
Base class for JaCoCo Mojos.
| 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 |
AbstractJacocoMojo
public AbstractJacocoMojo()
execute
public final void execute()
executeMojo
protected abstract void executeMojo()
- Executes Mojo.
getProject
protected final org.apache.maven.project.MavenProject getProject()
- Returns:
- Maven project
getIncludes
protected List<String> getIncludes()
getExcludes
protected List<String> getExcludes()
Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.