| Modifier and Type | Method and Description |
|---|---|
Wizard |
ModelWizardBuilder.build(org.apache.maven.project.MavenProject project) |
Wizard |
WebAppWizardBuilder.build(org.apache.maven.project.MavenProject project) |
Wizard |
JdbcWizardBuilder.build(org.apache.maven.project.MavenProject project) |
| Modifier and Type | Method and Description |
|---|---|
static Wizard |
WizardHelper.fromXml(InputStream in) |
static Wizard |
WizardHelper.fromXml(String xml) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitor.visitWizard(Wizard wizard) |
| Modifier and Type | Method and Description |
|---|---|
Wizard |
Wizard.addJdbc(Jdbc jdbc) |
Wizard |
Wizard.addModel(Model model) |
Wizard |
Wizard.setManifest(Manifest manifest) |
Wizard |
Wizard.setPackage(String _package) |
Wizard |
Wizard.setWebapp(Webapp webapp) |
| Modifier and Type | Method and Description |
|---|---|
void |
Wizard.mergeAttributes(Wizard other) |
| Modifier and Type | Method and Description |
|---|---|
Wizard |
DefaultXmlMaker.buildWizard(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultLinker.onJdbc(Wizard parent,
Jdbc jdbc) |
boolean |
DefaultLinker.onManifest(Wizard parent,
Manifest manifest) |
boolean |
DefaultLinker.onModel(Wizard parent,
Model model) |
boolean |
DefaultLinker.onWebapp(Wizard parent,
Webapp webapp) |
void |
DefaultXmlBuilder.visitWizard(Wizard wizard) |
void |
BaseVisitor.visitWizard(Wizard wizard) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelPomBuilder.build(File pomFile,
Wizard wizard) |
void |
JdbcPomBuilder.build(File pomFile,
Wizard wizard) |
void |
WebAppPomBuilder.build(File pomFile,
Wizard wizard) |
Copyright © 2022 Unidal Organization. All rights reserved.