public interface Generator
Modifier and Type | Method and Description |
---|---|
void |
dump()
dump the result of the generator
|
String |
getDumpPath() |
PetalFile |
getTree() |
void |
init()
initialize the generator
|
void |
run()
calls init, start and dump but may be overridden
|
void |
setDumpPath(String dump) |
void |
setTree(PetalFile file) |
void |
start()
start the generator
|
PetalFile getTree()
void setTree(PetalFile file)
file
- String getDumpPath()
void setDumpPath(String dump)
dump
- the dump to setvoid start() throws Exception
Exception
- - if something goes wrongvoid dump() throws Exception
Exception
- - if something goes wrongCopyright © 2018 BITPlan GmbH. All rights reserved.