Package com.structurizr.io
Interface WorkspaceWriter
- All Known Implementing Classes:
JsonWriter
public interface WorkspaceWriter
-
Method Summary
-
Method Details
-
write
Writes a workspace definition to the specified Writer object.- Parameters:
workspace- the Workspace object to writewriter- the Writer object to write the workspace to- Throws:
WorkspaceWriterException- if something goes wrong
-