public interface ITemplateModelHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
createFiles(org.eclipse.core.runtime.IProgressMonitor progressMonitor,
TemplateConfiguration config)
Creates model files using the data from the given template configuration.
|
TemplateConfiguration |
createTemplateConfiguration(ITemplate template)
Creates the template configuration for the given
ITemplate,
to be populated by the wizard. |
TemplateConfiguration createTemplateConfiguration(ITemplate template)
ITemplate,
to be populated by the wizard.template - the template to configureboolean createFiles(org.eclipse.core.runtime.IProgressMonitor progressMonitor,
TemplateConfiguration config)
progressMonitor - the progress monitorconfig - the template configuration datatrue if model(s) are created successfully, false otherwise