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 AbstractDelombokMojo
Delombok 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 void
addSourceRoot(String path)
protected String
getGoalDescription()
protected File
getOutputDirectory()
protected File
getSourceDirectory()
protected String
getSourcePath()
-
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:
getGoalDescription
in classAbstractDelombokMojo
-
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory
in classAbstractDelombokMojo
-
getSourceDirectory
protected File getSourceDirectory()
- Specified by:
getSourceDirectory
in classAbstractDelombokMojo
-
getSourcePath
protected String getSourcePath()
- Specified by:
getSourcePath
in classAbstractDelombokMojo
-
addSourceRoot
protected void addSourceRoot(String path)
- Specified by:
addSourceRoot
in classAbstractDelombokMojo
-
-