public abstract class CookbookGenerator extends Object
| Constructor and Description |
|---|
CookbookGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createDirectories(String targetDir) |
abstract void |
generate(Cookbook cookbook,
String targetDir,
Map<String,Object> options) |
protected List<List<String>> |
getConstantKeyValueArrays(Ingredient ingredient) |
protected String |
renderTemplate(String templatePath,
Map<String,Object> data) |
protected void |
writeToFile(String filepath,
String content) |
Copyright © 2018. All rights reserved.