Package io.gitlab.plunts.gradle.plantuml.plugin.output
-
Class Summary Class Description AbstractDiagramWriter Base class for diagram writers, which are write the result of the builder "somewhere".DefaultDiagramWriter This implementation ofAbstractDiagramWriterwrites the result to a file.InsertingDiagramWriter This implementation ofAbstractDiagramWriterinserts the result into an existing file.RenderingDiagramWriter This implementation ofAbstractDiagramWriteruses a PlantUML server to directly render the diagram and write the result to a file.