public abstract class AbstractGenerator<O extends Options> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected APIModel |
apiModel |
protected O |
options |
| Constructor and Description |
|---|
AbstractGenerator(APIModel apiModel) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract O |
createOptions() |
abstract void |
generate() |
boolean |
hasOptions() |
void |
populateOptions(String[] commandLineArgs) |
void |
setOptions(O options) |
void |
usage() |
public AbstractGenerator(APIModel apiModel)
Copyright © 2019. All rights reserved.