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 AbstractDelombokMojoDelombok 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 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
-
DelombokMojo
public DelombokMojo()
-
-
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
-
-