Class AbstractGeneratorMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    DescriptorGeneratorMojo, HelpGeneratorMojo

    public abstract class AbstractGeneratorMojo
    extends org.apache.maven.plugin.AbstractMojo
    Abstract class for this Plugin.
    Author:
    Jason van Zyl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String goalPrefix
      The goal prefix that will appear before the ":".
      protected static java.lang.String LS
      System/OS line separator: used to format console messages.
      protected org.apache.maven.project.MavenProject project
      The project currently being built.
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractGeneratorMojo​(org.apache.maven.project.MavenProject project)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      protected abstract void generate()  
      • 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
    • Field Detail

      • goalPrefix

        @Parameter
        protected java.lang.String goalPrefix
        The goal prefix that will appear before the ":".
      • LS

        protected static final java.lang.String LS
        System/OS line separator: used to format console messages.
      • project

        protected final org.apache.maven.project.MavenProject project
        The project currently being built.
    • Constructor Detail

      • AbstractGeneratorMojo

        protected AbstractGeneratorMojo​(org.apache.maven.project.MavenProject project)
    • Method Detail

      • generate

        protected abstract void generate()
                                  throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException