| Package | Description |
|---|---|
| org.unidal.codegen.framework | |
| org.unidal.codegen.model | |
| org.unidal.codegen.model.entity | |
| org.unidal.codegen.model.transform |
| Modifier and Type | Method and Description |
|---|---|
void |
FileStorage.copyResources(GenerationContext ctx,
OutputModel output) |
void |
DefaultFileStorage.copyResources(GenerationContext ctx,
OutputModel output) |
void |
FileStorage.writeFile(GenerationContext ctx,
OutputModel output,
String content) |
void |
DefaultFileStorage.writeFile(GenerationContext ctx,
OutputModel output,
String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitor.visitOutput(OutputModel output) |
| Modifier and Type | Method and Description |
|---|---|
OutputModel |
OutputModel.addProperty(PropertyModel property) |
OutputModel |
OutputsModel.findOutput(String path) |
OutputModel |
OutputsModel.removeOutput(String path) |
OutputModel |
OutputModel.setMode(String mode) |
OutputModel |
OutputModel.setOp(String op) |
OutputModel |
OutputModel.setPath(String path) |
OutputModel |
OutputModel.setTemplate(String template) |
| Modifier and Type | Method and Description |
|---|---|
List<OutputModel> |
OutputsModel.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
OutputsModel |
OutputsModel.addOutput(OutputModel output) |
void |
OutputModel.mergeAttributes(OutputModel other) |
| Modifier and Type | Method and Description |
|---|---|
OutputModel |
DefaultXmlMaker.buildOutput(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultLinker.onOutput(OutputsModel parent,
OutputModel output) |
boolean |
DefaultLinker.onProperty(OutputModel parent,
PropertyModel property) |
void |
DefaultXmlBuilder.visitOutput(OutputModel output) |
void |
BaseVisitor.visitOutput(OutputModel output) |
Copyright © 2022 Unidal Organization. All rights reserved.