public class TemplateUtils extends Object
| Constructor and Description |
|---|
TemplateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.jclouds.scriptbuilder.domain.Statement |
createFileFromTemplate(String path,
org.apache.velocity.app.VelocityEngine engine,
String templateName,
ClusterSpec clusterSpec,
Cluster cluster) |
static org.apache.velocity.app.VelocityEngine |
newVelocityEngine() |
static org.apache.velocity.app.VelocityEngine |
newVelocityEngine(Properties properties) |
static String |
processTemplate(org.apache.velocity.app.VelocityEngine engine,
String templateName,
ClusterSpec clusterSpec,
Cluster cluster) |
public static org.jclouds.scriptbuilder.domain.Statement createFileFromTemplate(String path, org.apache.velocity.app.VelocityEngine engine, String templateName, ClusterSpec clusterSpec, Cluster cluster)
public static String processTemplate(org.apache.velocity.app.VelocityEngine engine, String templateName, ClusterSpec clusterSpec, Cluster cluster)
public static org.apache.velocity.app.VelocityEngine newVelocityEngine()
public static org.apache.velocity.app.VelocityEngine newVelocityEngine(Properties properties)
Copyright © 2010–2016 Cloudera. All rights reserved.