Class dependency
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.build.maven.templates.dependency
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class dependency
extends com.fizzed.rocker.runtime.DefaultRockerModel
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionartifactId
(String artifactId) protected com.fizzed.rocker.runtime.DefaultRockerTemplate
exclusions
(List<DependencyCoordinate> exclusions) static String[]
static com.fizzed.rocker.ContentType
static String
static String
static String
groupId()
boolean
pom()
pom
(boolean pom) scope()
static dependency
template
(String groupId, String artifactId, String scope, String version, boolean pom, List<DependencyCoordinate> exclusions) version()
Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString
-
Constructor Details
-
dependency
public dependency()
-
-
Method Details
-
getContentType
public static com.fizzed.rocker.ContentType getContentType() -
getTemplateName
-
getTemplatePackageName
-
getHeaderHash
-
getArgumentNames
-
groupId
-
groupId
-
artifactId
-
artifactId
-
scope
-
scope
-
version
-
version
-
pom
-
pom
public boolean pom() -
exclusions
-
exclusions
-
template
public static dependency template(String groupId, String artifactId, String scope, String version, boolean pom, List<DependencyCoordinate> exclusions) -
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
-