public abstract class AbstractAnnotationProcessorMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.project.MavenProject |
project |
Constructor and Description |
---|
AbstractAnnotationProcessorMojo() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addCompileSourceRoot(org.apache.maven.project.MavenProject project,
String dir) |
void |
execute() |
protected abstract Set<String> |
getClasspathElements(Set<String> result) |
abstract File |
getDefaultOutputDirectory() |
protected abstract File |
getOutputClassDirectory() |
protected abstract File |
getSourceDirectory() |
protected abstract File getSourceDirectory()
protected abstract File getOutputClassDirectory()
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected abstract void addCompileSourceRoot(org.apache.maven.project.MavenProject project, String dir)
public abstract File getDefaultOutputDirectory()
Copyright © 2012. All Rights Reserved.