Package lombok.maven
Class DelombokMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
lombok.maven.AbstractDelombokMojo
lombok.maven.DelombokMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.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
Modifier and Type Method Description protected voidaddSourceRoot(String path)protected StringgetGoalDescription()protected FilegetOutputDirectory()protected FilegetSourceDirectory()protected StringgetSourcePath()
-
Constructor Details
-
DelombokMojo
public DelombokMojo()
-
-
Method Details
-
getGoalDescription
- Specified by:
getGoalDescriptionin classAbstractDelombokMojo
-
getOutputDirectory
- Specified by:
getOutputDirectoryin classAbstractDelombokMojo
-
getSourceDirectory
- Specified by:
getSourceDirectoryin classAbstractDelombokMojo
-
getSourcePath
- Specified by:
getSourcePathin classAbstractDelombokMojo
-
addSourceRoot
- Specified by:
addSourceRootin classAbstractDelombokMojo
-