Package com.structurizr.export
Interface WorkspaceExporter
- All Superinterfaces:
Exporter
- All Known Implementing Classes:
AbstractWorkspaceExporter,IlographExporter
-
Method Summary
Modifier and TypeMethodDescriptionexport(com.structurizr.Workspace workspace) Exports the entire workspace to a single String.
-
Method Details
-
export
Exports the entire workspace to a single String.- Parameters:
workspace- the workspace to be exported- Returns:
- a String export of the workspace
-