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

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

    • repository

      public repository()
  • 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()
    • id

      public repository id(String id)
    • id

      public String id()
    • url

      public repository url(String url)
    • url

      public String url()
    • snapshot

      public repository snapshot(boolean snapshot)
    • snapshot

      public boolean snapshot()
    • template

      public static repository template(String id, String url, boolean snapshot)
    • 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