Class AbstractGenerateFilesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractGenerateResourcesMojo, GenerateFilesMojo

public abstract class AbstractGenerateFilesMojo extends AbstractGenerateMojo
  • Constructor Details

    • AbstractGenerateFilesMojo

      public AbstractGenerateFilesMojo()
  • Method Details

    • process

      protected final void process(Map<String,String> result) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Specified by:
      process in class AbstractGenerateMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • getOutputDirectory

      protected abstract File getOutputDirectory()
    • postProcess

      protected abstract void postProcess(File outputDirectory)