|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbake.app.Oven
public class Oven
All the baking happens in the Oven!
| Constructor Summary | |
|---|---|
Oven()
Creates a new instance of the Oven. |
|
Oven(File source,
File destination)
Creates a new instance of the Oven with references to the source and destination folders. |
|
| Method Summary | |
|---|---|
void |
bake()
All the good stuff happens in here... |
void |
setupPaths()
Checks source path contains required sub-folders (i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Oven()
public Oven(File source,
File destination)
throws Exception
source - The source folderdestination - The destination folder
Exception| Method Detail |
|---|
public void setupPaths()
throws Exception
Exception - If template or contents folder don't exist
public void bake()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||