Package com.structurizr.dsl
Class DslUtils
java.lang.Object
com.structurizr.dsl.DslUtils
Utility methods to get/set DSL on a workspace.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DslUtils
public DslUtils()
-
-
Method Details
-
getDsl
Gets the DSL associated with a workspace.- Parameters:
workspace
- a Workspace object- Returns:
- a DSL string
-
setDsl
Sets the DSL associated with a workspace.- Parameters:
workspace
- a Workspace objectdsl
- the DSL string
-