Package templates.graphql
Class dockerfile.Template
- java.lang.Object
-
- com.fizzed.rocker.RockerTemplate
-
- com.fizzed.rocker.runtime.DefaultRockerTemplate
-
- templates.graphql.dockerfile.Template
-
- Enclosing class:
- dockerfile
public static class dockerfile.Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate
-
-
Constructor Summary
Constructors Constructor Description Template(dockerfile model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
__doRender()
-
-
-
Field Detail
-
config
protected final com.jsoniter.any.Any config
-
expose
protected final String expose
-
-
Constructor Detail
-
Template
public Template(dockerfile model)
-
-
Method Detail
-
__doRender
protected void __doRender() throws IOException, com.fizzed.rocker.RenderingException
- Specified by:
__doRender
in classcom.fizzed.rocker.runtime.DefaultRockerTemplate
- Throws:
IOException
com.fizzed.rocker.RenderingException
-
-