Class ContainerViewPlantUMLDocElement
- java.lang.Object
-
- org.archifacts.integration.c4.asciidoc.ViewDocElement<V>
-
- org.archifacts.integration.c4.asciidoc.plantuml.ContainerViewPlantUMLDocElement
-
- All Implemented Interfaces:
AsciiDocElement
public final class ContainerViewPlantUMLDocElement extends ViewDocElement<V>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.structurizr.export.plantuml.C4PlantUMLExporterc4PlantUMLExporter-
Fields inherited from class org.archifacts.integration.c4.asciidoc.ViewDocElement
view
-
-
Constructor Summary
Constructors Constructor Description ContainerViewPlantUMLDocElement(com.structurizr.view.ContainerView containerView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.structurizr.export.DiagramcreateDiagram()Stringrender()
-
-
-
Method Detail
-
createDiagram
protected com.structurizr.export.Diagram createDiagram()
-
render
public String render()
-
-