Package com.structurizr.io
Interface WorkspaceReader
- All Known Implementing Classes:
JsonReader
public interface WorkspaceReader
-
Method Summary
Modifier and Type Method Description com.structurizr.Workspaceread(java.io.Reader reader)Reads and parses a workspace definition.
-
Method Details
-
read
Reads and parses a workspace definition.- Parameters:
reader- a Reader on top of the workspace definition- Returns:
- a Workspace object
- Throws:
WorkspaceReaderException- if something goes wrong
-