public class GenerateTask extends Object
| Constructor and Description |
|---|
GenerateTask(Configuration conf)
Creates and returns a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process()
Generates all models from source repository in the current configuration.
|
void |
process(JavaDataModelDriver driver)
Generates all models from source repository in the current configuration.
|
public GenerateTask(Configuration conf)
conf - emitter configurationIllegalArgumentException - if some parameters were nullpublic void process()
throws IOException
IOException - if failed to process DMDL scriptspublic void process(JavaDataModelDriver driver) throws IOException
driver - the Java program generator driverIOException - if failed to process DMDL scriptsCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.