Class Template


  • public class Template
    extends Object
    • Constructor Detail

      • Template

        public Template()
    • Method Detail

      • getDirectory

        public File getDirectory()
      • getName

        public String getName()
      • invokeController

        public void invokeController​(org.stringtemplate.v4.ST st,
                                     org.twdata.maven.mojoexecutor.MojoExecutor.ExecutionEnvironment executionEnvironment,
                                     org.apache.maven.ProjectDependenciesResolver dependenciesResolver,
                                     org.apache.maven.plugin.logging.Log log)
                              throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • installProperties

        public void installProperties​(org.stringtemplate.v4.ST st)
      • render

        public void render​(org.stringtemplate.v4.ST st,
                           org.apache.maven.project.MavenProject project,
                           org.apache.maven.plugin.logging.Log log)
                    throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException