lombok.maven
Class TestDelombokMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
lombok.maven.AbstractDelombokMojo
lombok.maven.TestDelombokMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="testDelombok",
defaultPhase=GENERATE_TEST_SOURCES,
requiresDependencyResolution=TEST,
threadSafe=true)
public class TestDelombokMojo- extends AbstractDelombokMojo
Delombok java test source with lombok annotations.
- Author:
- Anthony Whitford
- See Also:
- Delombok
| 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 |
TestDelombokMojo
public TestDelombokMojo()
getGoalDescription
protected String getGoalDescription()
- Specified by:
getGoalDescription in class AbstractDelombokMojo
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory in class AbstractDelombokMojo
getSourceDirectory
protected File getSourceDirectory()
- Specified by:
getSourceDirectory in class AbstractDelombokMojo
getSourcePath
protected String getSourcePath()
- Specified by:
getSourcePath in class AbstractDelombokMojo
addSourceRoot
protected void addSourceRoot(String path)
- Specified by:
addSourceRoot in class AbstractDelombokMojo
Copyright © 2010-2013 Anthony Whitford. All Rights Reserved.