Interface PlantumlGenerator
- All Known Implementing Classes:
BuiltinPlantumlGenerator,RemotePlantumlGenerator
public interface PlantumlGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoidgeneratePlantumlDiagramFromSource(String plantumlSource, net.sourceforge.plantuml.FileFormat format, OutputStream out) static PlantumlGeneratorgetPlantumlGenerator(Configuration configuration)
-
Method Details
-
getPlantumlGenerator
-
generatePlantumlDiagramFromSource
void generatePlantumlDiagramFromSource(String plantumlSource, net.sourceforge.plantuml.FileFormat format, OutputStream out) throws IOException - Throws:
IOException
-