Package com.structurizr.export.ilograph
Class IlographExporter
java.lang.Object
com.structurizr.export.AbstractExporter
com.structurizr.export.AbstractWorkspaceExporter
com.structurizr.export.ilograph.IlographExporter
- All Implemented Interfaces:
Exporter,WorkspaceExporter
Exports a Structurizr workspace to the Ilograph definition language, for use with https://app.ilograph.com/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexport(com.structurizr.Workspace workspace) Exports the entire workspace to a single String.Methods inherited from class com.structurizr.export.AbstractExporter
breakText, findElementStyle, findRelationshipStyle, hasValue, typeOf, typeOf
-
Constructor Details
-
IlographExporter
public IlographExporter()
-
-
Method Details
-
export
Description copied from interface:WorkspaceExporterExports the entire workspace to a single String.- Parameters:
workspace- the workspace to be exported- Returns:
- a String export of the workspace
-