public abstract class GeneratorWorker extends Object implements WorkAction<GeneratorParameters>
| Constructor and Description |
|---|
GeneratorWorker() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Runs the generator with the passed arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterspublic void execute()
execute in interface WorkAction<GeneratorParameters>