lombok.maven
Class TestDelombokMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by lombok.maven.AbstractDelombokMojo
          extended by lombok.maven.TestDelombokMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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
encoding, pluginArtifacts, project, skip, verbose
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestDelombokMojo()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDelombokMojo

public TestDelombokMojo()
Method Detail

getGoalDescription

protected String getGoalDescription()
Specified by:
getGoalDescription in class AbstractDelombokMojo

getOutputDirectory

protected File getOutputDirectory()
Specified by:
getOutputDirectory in class AbstractDelombokMojo

getSourceDirectory

protected File getSourceDirectory()
Specified by:
getSourceDirectory in class AbstractDelombokMojo

getSourcePath

protected String getSourcePath()
Specified by:
getSourcePath in class AbstractDelombokMojo

addSourceRoot

protected void addSourceRoot(String path)
Specified by:
addSourceRoot in class AbstractDelombokMojo


Copyright © 2010-2012 Anthony Whitford. All Rights Reserved.