Interface WorkspaceExporter

All Superinterfaces:
Exporter
All Known Implementing Classes:
AbstractWorkspaceExporter, IlographExporter

public interface WorkspaceExporter extends Exporter
  • Method Summary

    Modifier and Type
    Method
    Description
    export(com.structurizr.Workspace workspace)
    Exports the entire workspace to a single String.
  • Method Details

    • export

      WorkspaceExport export(com.structurizr.Workspace workspace)
      Exports the entire workspace to a single String.
      Parameters:
      workspace - the workspace to be exported
      Returns:
      a String export of the workspace