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

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

    • multimodule

      public multimodule()
  • 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()
    • maybeRepositories

      public multimodule maybeRepositories(List<MavenRepository> maybeRepositories)
    • maybeRepositories

      public List<MavenRepository> maybeRepositories()
    • project

      public multimodule project(Project project)
    • project

      public Project project()
    • moduleNames

      public multimodule moduleNames(Collection<String> moduleNames)
    • moduleNames

      public Collection<String> moduleNames()
    • template

      public static multimodule template(List<MavenRepository> maybeRepositories, Project project, Collection<String> moduleNames)
    • 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