public class PopulateTableGenerator extends AbstractGenerator implements PopulateScriptGenerator
| Constructor and Description |
|---|
PopulateTableGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerate(Schema schema,
Output output)
returns true if the output implementation is fully compatible
with this artifact generator
|
String |
generate(Schema schema,
Output output)
this method gets called by the output service only if output is
supported and canGenerate returns true
|
Class[] |
getSupportedOutputClasses()
returns a list of supported output classes that this
generator can render
|
generateFullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateFullpublic Class[] getSupportedOutputClasses()
ArtifactGeneratorgetSupportedOutputClasses in interface ArtifactGeneratorpublic boolean canGenerate(Schema schema, Output output)
ArtifactGeneratorcanGenerate in interface ArtifactGeneratorschema - schema objectoutput - output objectpublic String generate(Schema schema, Output output)
ArtifactGeneratorgenerate in interface ArtifactGeneratorschema - schema objectoutput - output objectCopyright © 2006–2016 Julian Hyde. All rights reserved.