public class DmtdlFile extends Object implements SectionIF
| Constructor and Description |
|---|
DmtdlFile() |
DmtdlFile(String dslName_,
String package_,
String comment_)
Constructs a new DmtdlFile section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
format(FormattedArtifactIF artifact)
Adds formatted text to the specified artifact.
|
void |
format(FormattedArtifactIF artifact,
Template template) |
String |
getValue(String name) |
DmtdlFile |
setComment(String comment_) |
DmtdlFile |
setDslName(String dslName_) |
DmtdlFile |
setPackage(String package_) |
public DmtdlFile()
public DmtdlFile(String dslName_, String package_, String comment_)
dslName_ - The DSL namepackage_ - The package name of the DSL's html doc generator.comment_ - This is an embedded value that will be replaced by ::comment::
Generated from: org.dmd.templates.server.extended.Section.generateSectionClass(Section.java:143)public String getValue(String name)
getValue in interface ValueContainerIFname - the name of the value.public void format(FormattedArtifactIF artifact) throws IOException
SectionIFformat in interface SectionIFartifact - the artifact being formatted.IOExceptionpublic void format(FormattedArtifactIF artifact, Template template) throws IOException
IOExceptionCopyright © 2023. All rights reserved.