Class cli

java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.cli
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

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

    • cli

      public cli()
  • 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()
    • language

      public cli language(Language language)
    • language

      public Language language()
    • testFramework

      public cli testFramework(TestFramework testFramework)
    • testFramework

      public TestFramework testFramework()
    • buildTool

      public cli buildTool(BuildTool buildTool)
    • buildTool

      public BuildTool buildTool()
    • project

      public cli project(Project project)
    • project

      public Project project()
    • features

      public cli features(List<String> features)
    • features

      public List<String> features()
    • applicationType

      public cli applicationType(ApplicationType applicationType)
    • applicationType

      public ApplicationType applicationType()
    • template

      public static cli template(Language language, TestFramework testFramework, BuildTool buildTool, Project project, List<String> features, ApplicationType applicationType)
    • 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