public class Oven extends Object
| Constructor and Description |
|---|
Oven(File source,
File destination,
boolean isClearCache)
Creates a new instance of the Oven with references to the source and destination folders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bake()
All the good stuff happens in here...
|
org.apache.commons.configuration.CompositeConfiguration |
getConfig() |
List<String> |
getErrors() |
void |
setConfig(org.apache.commons.configuration.CompositeConfiguration config) |
void |
setupPaths()
Checks source path contains required sub-folders (i.e.
|
public org.apache.commons.configuration.CompositeConfiguration getConfig()
public void setConfig(org.apache.commons.configuration.CompositeConfiguration config)
public void setupPaths()
throws Exception
Exception - If template or contents folder don't existCopyright © 2014. All Rights Reserved.