Package lombok.maven
Class DelombokMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- lombok.maven.AbstractDelombokMojo
-
- lombok.maven.DelombokMojo
-
- All Implemented Interfaces:
ContextEnabled
,Mojo
@Mojo(name="delombok", defaultPhase=GENERATE_SOURCES, requiresDependencyResolution=COMPILE, threadSafe=true) public class DelombokMojo extends AbstractDelombokMojo
Delombok java 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 DelombokMojo()
-
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
-
DelombokMojo
public DelombokMojo()
-
-
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
-
-