Class GetterMojo

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

@Mojo(name="get", defaultPhase=GENERATE_RESOURCES) public class GetterMojo extends AbstractI18nGenerateMojo
Recupere les différents fichiers des parsers en un fichier de proprietes.
Author:
Julien Ruchaud - ruchaud@codelutin.com
  • Field Details

    • keepGetters

      @Parameter(property="i18n.keepGetters", defaultValue="false") protected boolean keepGetters
      To keep generated getter files. Note: By default, this property is not active.
    • FROM_GETTERS

      protected static final String FROM_GETTERS
      See Also:
  • Constructor Details

    • GetterMojo

      public GetterMojo()
  • Method Details

    • checkSkip

      protected boolean checkSkip()
      Overrides:
      checkSkip in class org.nuiton.plugin.AbstractPlugin
    • doAction

      protected void doAction() throws Exception
      Specified by:
      doAction in class org.nuiton.plugin.AbstractPlugin
      Throws:
      Exception