Class pom
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
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplicationType
(ApplicationType applicationType) protected com.fizzed.rocker.runtime.DefaultRockerTemplate
features()
static String[]
static com.fizzed.rocker.ContentType
static String
static String
static String
jvmArguments
(String jvmArguments) mavenBuild
(MavenBuild mavenBuild) project()
static pom
template
(ApplicationType applicationType, Project project, Features features, MavenBuild mavenBuild, String jvmArguments) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString
-
Constructor Details
-
pom
public pom()
-
-
Method Details
-
getContentType
public static com.fizzed.rocker.ContentType getContentType() -
getTemplateName
-
getTemplatePackageName
-
getHeaderHash
-
getArgumentNames
-
applicationType
-
applicationType
-
project
-
project
-
features
-
features
-
mavenBuild
-
mavenBuild
-
jvmArguments
-
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 classcom.fizzed.rocker.runtime.DefaultRockerModel
- Throws:
com.fizzed.rocker.RenderingException
-