Class JLinkGenerator


  • public class JLinkGenerator
    extends org.tentackle.maven.AbstractGenerator
    Generator for the jlink image's run and update scripts.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generateScripts()
      Generates the scripts.
      • Methods inherited from class org.tentackle.maven.AbstractGenerator

        createFreemarkerConfiguration, getLogger, getTemplateDirectory, setLogger, setTemplateDirectory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JLinkGenerator

        public JLinkGenerator​(JLinkMojo mojo,
                              JLinkResolver.Result result)
        Creates the generator.
        Parameters:
        mojo - the jlink mojo
        result - the resolver results
    • Method Detail

      • generateScripts

        public void generateScripts()
                             throws org.apache.maven.plugin.MojoExecutionException
        Generates the scripts.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - if I/O or template error