org.mule.devkit.maven
Class AbstractAnnotationProcessorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mule.devkit.maven.AbstractMuleMojo
org.mule.devkit.maven.AbstractAnnotationProcessorMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AnnotationProcessorMojo
public abstract class AbstractAnnotationProcessorMojo
- extends AbstractMuleMojo
| 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 |
AbstractAnnotationProcessorMojo
public AbstractAnnotationProcessorMojo()
getDefaultOutputDirectory
public abstract File getDefaultOutputDirectory()
getOutputClassDirectory
protected abstract File getOutputClassDirectory()
getProcessors
protected abstract String[] getProcessors()
addCompileSourceRoot
protected abstract void addCompileSourceRoot(org.apache.maven.project.MavenProject project,
String dir)
getClasspathElements
protected abstract Set<String> getClasspathElements(Set<String> result)
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
addCompilerArguments
protected void addCompilerArguments(List<String> options)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.