java.lang.Object
com.fizzed.rocker.RockerTemplate
com.fizzed.rocker.runtime.DefaultRockerTemplate
io.micronaut.starter.feature.build.maven.templates.pom.Template
Enclosing class:
pom

public static class pom.Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

    com.fizzed.rocker.runtime.DefaultRockerTemplate.Internal
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final ApplicationType
     
    protected final Features
     
    protected final String
     
    protected final MavenBuild
     
    protected final Project
     

    Fields inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

    __internal
  • Constructor Summary

    Constructors
    Constructor
    Description
    Template(pom model)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

    __associate, __newOutput, __render, raw, raw

    Methods inherited from class com.fizzed.rocker.RockerTemplate

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • applicationType

      protected final ApplicationType applicationType
    • project

      protected final Project project
    • features

      protected final Features features
    • mavenBuild

      protected final MavenBuild mavenBuild
    • jvmArguments

      protected final String jvmArguments
  • Constructor Details

    • Template

      public Template(pom model)
  • Method Details

    • __doRender

      protected void __doRender() throws IOException, com.fizzed.rocker.RenderingException
      Specified by:
      __doRender in class com.fizzed.rocker.runtime.DefaultRockerTemplate
      Throws:
      IOException
      com.fizzed.rocker.RenderingException