public class TemplateBuilder extends Object
Constructor and Description |
---|
TemplateBuilder(String template,
IOSystem ioSystem,
org.apache.velocity.app.VelocityEngine engine,
TentaclesResources tentaclesResources) |
Modifier and Type | Method and Description |
---|---|
TemplateBuilder |
add(String key,
Object value) |
TemplateBuilder |
addAll(Map<String,Object> map) |
String |
apply() |
File |
write(File file) |
public TemplateBuilder(String template, IOSystem ioSystem, org.apache.velocity.app.VelocityEngine engine, TentaclesResources tentaclesResources)
public TemplateBuilder add(String key, Object value)
public TemplateBuilder addAll(Map<String,Object> map)
public String apply()
public File write(File file) throws IOException
IOException
Copyright © 2022 Apache Software Foundation. All rights reserved.