public class Init
extends java.lang.Object
| Constructor and Description |
|---|
Init(org.apache.commons.configuration.CompositeConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(java.io.File outputFolder,
java.io.File templateLocationFolder,
java.lang.String templateType)
Performs checks on output folder before extracting template file
|
public void run(java.io.File outputFolder,
java.io.File templateLocationFolder,
java.lang.String templateType)
throws java.lang.Exception
outputFolder - Target directory for extracting template filetemplateLocationFolder - Source location for template filetemplateType - Type of the template to be usedjava.lang.Exception - if required folder structure can't be achieved without content overwriting