Class AbstractGenerateMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.veithen.alta.AbstractProcessMojo
com.github.veithen.alta.AbstractGenerateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractGenerateFilesMojo, GeneratePropertiesMojo

public abstract class AbstractGenerateMojo extends AbstractProcessMojo
  • Constructor Details

    • AbstractGenerateMojo

      public AbstractGenerateMojo()
  • Method Details

    • process

      protected final void process(List<org.apache.maven.artifact.Artifact> artifacts) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Specified by:
      process in class AbstractProcessMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • process

      protected abstract void process(Map<String,String> result) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException