Class AbstractConfigGeneratorMojo

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

    public abstract class AbstractConfigGeneratorMojo
    extends org.apache.maven.plugin.AbstractMojo
    Author:
    jwells Abstract Mojo for config generator
    • Constructor Detail

      • AbstractConfigGeneratorMojo

        public AbstractConfigGeneratorMojo()
    • Method Detail

      • getSourceDirectory

        protected abstract File getSourceDirectory()
      • getGeneratedDirectory

        protected abstract File getGeneratedDirectory()
      • getOutputDirectory

        protected abstract File getOutputDirectory()
      • addCompileSourceRoot

        protected abstract void addCompileSourceRoot​(String path)
      • execute

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