| Package | Description |
|---|---|
| org.dmd.dsd.tools.dsdwizard.generated.dmtdl | |
| org.dmd.templates.server.extended | |
| org.dmd.templates.server.util |
| Modifier and Type | Class and Description |
|---|---|
class |
DmtdlFile |
| Modifier and Type | Method and Description |
|---|---|
void |
Template.format(ValueContainerIF section,
FormattedArtifactIF artifact) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SectionIF
The SectionIF interface is implemented by all classes generated as a result
of Section definitions in a .dmtdl module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValueContainer
The ValueContainer implements the SectionIF interface so that we
can inject arbitrary values into a Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateMediator.format(ValueContainerIF section,
FormattedArtifactIF artifact)
If the template has been loaded, we format the information in the Section and
write it to the artifact.
|
void |
TemplateMediator.format(ValueContainerIF section,
FormattedArtifactIF artifact,
Template commentTemplate)
If the template has been loaded, we dump a debug comment to the artifact (based on the
commentFormat from the TdlModule), format the information in the Section and
write it to the artifact.
|
Copyright © 2023. All rights reserved.