Package lombok.maven
Class TestDelombokMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- lombok.maven.AbstractDelombokMojo
-
- lombok.maven.TestDelombokMojo
-
- All Implemented Interfaces:
ContextEnabled,Mojo
@Mojo(name="testDelombok", defaultPhase=GENERATE_TEST_SOURCES, requiresDependencyResolution=TEST, threadSafe=true) public class TestDelombokMojo extends AbstractDelombokMojoDelombok java test source with lombok annotations.- Author:
- Anthony Whitford
- See Also:
- Delombok
-
-
Field Summary
-
Fields inherited from class lombok.maven.AbstractDelombokMojo
addOutputDirectory, encoding, formatPreferences, pluginDescriptor, project, skip, verbose
-
-
Constructor Summary
Constructors Constructor Description TestDelombokMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddSourceRoot(String path)protected StringgetGoalDescription()protected FilegetOutputDirectory()protected FilegetSourceDirectory()protected StringgetSourcePath()-
Methods inherited from class lombok.maven.AbstractDelombokMojo
execute
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Constructor Detail
-
TestDelombokMojo
public TestDelombokMojo()
-
-
Method Detail
-
getGoalDescription
protected String getGoalDescription()
- Specified by:
getGoalDescriptionin classAbstractDelombokMojo
-
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectoryin classAbstractDelombokMojo
-
getSourceDirectory
protected File getSourceDirectory()
- Specified by:
getSourceDirectoryin classAbstractDelombokMojo
-
getSourcePath
protected String getSourcePath()
- Specified by:
getSourcePathin classAbstractDelombokMojo
-
addSourceRoot
protected void addSourceRoot(String path)
- Specified by:
addSourceRootin classAbstractDelombokMojo
-
-