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

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

    • pomGeneric

      public pomGeneric()
  • 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 pomGeneric applicationType(ApplicationType applicationType)
    • applicationType

      public ApplicationType applicationType()
    • project

      public pomGeneric project(Project project)
    • project

      public Project project()
    • features

      public pomGeneric features(Features features)
    • features

      public Features features()
    • mavenBuild

      public pomGeneric mavenBuild(MavenBuild mavenBuild)
    • mavenBuild

      public MavenBuild mavenBuild()
    • template

      public static pomGeneric template(ApplicationType applicationType, Project project, Features features, MavenBuild mavenBuild)
    • 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