Class IlographExporter

All Implemented Interfaces:
Exporter, WorkspaceExporter

public class IlographExporter extends AbstractWorkspaceExporter
Exports a Structurizr workspace to the Ilograph definition language, for use with https://app.ilograph.com/
  • Constructor Details

    • IlographExporter

      public IlographExporter()
  • Method Details

    • export

      public WorkspaceExport export(com.structurizr.Workspace workspace)
      Description copied from interface: WorkspaceExporter
      Exports the entire workspace to a single String.
      Parameters:
      workspace - the workspace to be exported
      Returns:
      a String export of the workspace