|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectOutputFileModel
ch.sahits.codegen.wizards.MinimalArtifactDelegate
public class MinimalArtifactDelegate
Delegate for the Artefact Generator for Headless use
| Constructor Summary | |
|---|---|
MinimalArtifactDelegate()
|
|
| Method Summary | |
|---|---|
int |
computeWorkload()
Compute the workload for the model generation Any UI implementation must override this method |
static MinimalArtifactDelegate |
convert(IOutputFileModel model)
Convert an object of the superclass into an object of this class |
int |
getModelBase()
This method is a wrapper method for #getInputMethod() |
IGeneratedObject |
initModel(IProgressMonitor monitor,
IBasicDBDefinitionPage dbDefinitionPage)
Delegate the generation of the model to BasicModelGenerator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MinimalArtifactDelegate()
| Method Detail |
|---|
public int computeWorkload()
computeWorkload in interface ICodeGeneratorDelegatepublic final int getModelBase()
#getInputMethod()
getModelBase in interface ICodeGeneratorDelegateDynamicDBGenerationCode defining the input Method
public final IGeneratedObject initModel(IProgressMonitor monitor,
IBasicDBDefinitionPage dbDefinitionPage)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException
BasicModelGenerator.
initModel in interface ICodeGeneratorDelegatemonitor - Progress monitordbDefinitionPage - current database definition page
java.io.FileNotFoundException - Input data file could not be found
java.io.IOException - Input data file could not be accessed
java.lang.ClassNotFoundException - Parser class could not be foundpublic static MinimalArtifactDelegate convert(IOutputFileModel model)
model - super class object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||