public abstract class AbstractGenerator extends Object implements ArtifactGenerator
| Constructor and Description |
|---|
AbstractGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateFull(Schema schema,
List<? extends Output> outputs)
this is a common method shared by most generators
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanGenerate, generate, getSupportedOutputClassespublic String generateFull(Schema schema, List<? extends Output> outputs)
generateFull in interface ArtifactGeneratorschema - schema objectoutputs - list of outputsCopyright © 2006–2016 Julian Hyde. All rights reserved.