Class DefaultTemplateModelFactory

    • Constructor Detail

      • DefaultTemplateModelFactory

        public DefaultTemplateModelFactory()
    • Method Detail

      • create

        public org.tentackle.maven.TemplateModel create​(AbstractJLinkMojo mojo,
                                                        JLinkResolver.Result result)
                                                 throws org.apache.maven.plugin.MojoExecutionException
        Description copied from interface: TemplateModelFactory
        Creates the template model.
        Specified by:
        create in interface TemplateModelFactory
        Parameters:
        mojo - the mojo
        result - the resolver result
        Returns:
        the model
        Throws:
        org.apache.maven.plugin.MojoExecutionException - if model creation failed