|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
lombok.maven.AbstractDelombokMojo
public abstract class AbstractDelombokMojo
Abstract mojo to Delombok java source with lombok annotations.
| Field Summary | |
|---|---|
protected String |
encoding
Encoding. |
protected List<org.apache.maven.artifact.Artifact> |
pluginArtifacts
The plugin dependencies. |
protected org.apache.maven.project.MavenProject |
project
The Maven project to act upon. |
protected boolean |
skip
Specifies whether the delombok generation should be skipped. |
protected boolean |
verbose
Verbose flag. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractDelombokMojo()
|
|
| Method Summary | |
|---|---|
protected abstract void |
addSourceRoot(String path)
|
void |
execute()
|
protected abstract String |
getGoalDescription()
|
protected abstract File |
getOutputDirectory()
|
protected abstract File |
getSourceDirectory()
|
protected abstract String |
getSourcePath()
|
| 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 |
| Field Detail |
|---|
protected boolean skip
protected String encoding
protected boolean verbose
protected org.apache.maven.project.MavenProject project
protected List<org.apache.maven.artifact.Artifact> pluginArtifacts
| Constructor Detail |
|---|
public AbstractDelombokMojo()
| Method Detail |
|---|
protected abstract String getGoalDescription()
protected abstract File getOutputDirectory()
protected abstract File getSourceDirectory()
protected abstract String getSourcePath()
protected abstract void addSourceRoot(String path)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||