public abstract class AbstractJacocoMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
AbstractJacocoMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected abstract void |
executeMojo()
Executes Mojo.
|
protected List<String> |
getExcludes()
Returns the list of class files to exclude.
|
protected List<String> |
getIncludes()
Returns the list of class files to include.
|
protected org.apache.maven.project.MavenProject |
getProject() |
public final void execute()
protected abstract void executeMojo()
protected final org.apache.maven.project.MavenProject getProject()
protected List<String> getIncludes()
Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.