Class GenerateMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.nuiton.plugin.AbstractPlugin
org.nuiton.config.plugin.GenerateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, ApplicationConfigTransformerConfig, org.nuiton.plugin.Plugin

@Mojo(name="generate",
      defaultPhase=GENERATE_SOURCES,
      requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class GenerateMojo
extends org.nuiton.plugin.AbstractPlugin
implements ApplicationConfigTransformerConfig
Generate application config java files from the option definition class.

Created on 28/08/16.

Since:
3.0
Author:
Tony Chemit - dev@tchemit.fr
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.nuiton.plugin.Plugin

    org.nuiton.plugin.Plugin.InitState, org.nuiton.plugin.Plugin.Packaging
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors 
    Constructor Description
    GenerateMojo()  
  • Method Summary

    Modifier and Type Method Description
    protected void doAction()  
    java.lang.String getActionsClassName()  
    java.lang.String getConfigClassName()  
    ConfigModel getConfigModel()  
    java.lang.String getConfigProviderClassName()  
    java.lang.String getModelName()  
    java.lang.String getOptionsClassName()  
    java.lang.String getPackageName()  
    org.apache.maven.project.MavenProject getProject()  
    protected void init()  
    boolean isGeneratePropertyChangeSupport()  
    boolean isGenerateProvider()  
    boolean isUseNuitonI18n()  
    boolean isVerbose()  
    void setProject​(org.apache.maven.project.MavenProject project)  
    void setVerbose​(boolean verbose)  

    Methods inherited from class org.nuiton.plugin.AbstractPlugin

    acceptPackaging, addCompileSourceRoots, addDirectoryToUrlsList, addResourceDir, addTestCompileSourceRoots, addTestResourceDir, addUrlToUrlsList, afterExecute, backupFile, checkEncoding, checkPackaging, checkResource, checkRunOnceDone, checkSkip, copyFile, createDirectoryIfNecessary, createNewFile, deleteFile, execute, getBackupFile, getFileFromBasedir, getFilesToTreate, getFilesToTreateForRoots, getRootProject, getTemplate, hasClassPath, initClassLoader, isExecutionRoot, isFileNewerThanPomFile, needInvoke, needInvoke, rejectPackaging, removeCompileSourceRoots, removeTestCompileSourceRoots, renameFile, writeFile

    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

    Methods inherited from interface org.apache.maven.plugin.Mojo

    getLog, setLog