java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.build.maven.templates.pom
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

public class pom extends com.fizzed.rocker.runtime.DefaultRockerModel
  • Constructor Details

    • pom

      public pom()
  • Method Details

    • getContentType

      public static com.fizzed.rocker.ContentType getContentType()
    • getTemplateName

      public static String getTemplateName()
    • getTemplatePackageName

      public static String getTemplatePackageName()
    • getHeaderHash

      public static String getHeaderHash()
    • getArgumentNames

      public static String[] getArgumentNames()
    • applicationType

      public pom applicationType(ApplicationType applicationType)
    • applicationType

      public ApplicationType applicationType()
    • project

      public pom project(Project project)
    • project

      public Project project()
    • features

      public pom features(Features features)
    • features

      public Features features()
    • mavenBuild

      public pom mavenBuild(MavenBuild mavenBuild)
    • mavenBuild

      public MavenBuild mavenBuild()
    • jvmArguments

      public pom jvmArguments(String jvmArguments)
    • jvmArguments

      public String jvmArguments()
    • template

      public static pom template(ApplicationType applicationType, Project project, Features features, MavenBuild mavenBuild, String jvmArguments)
    • buildTemplate

      protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException
      Overrides:
      buildTemplate in class com.fizzed.rocker.runtime.DefaultRockerModel
      Throws:
      com.fizzed.rocker.RenderingException