Package com.structurizr.dsl
Interface StructurizrDslPlugin
public interface StructurizrDslPlugin
An interface implemented by DSL plugins.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(StructurizrDslPluginContext context) Called to execute the plugin.
-
Method Details
-
run
Called to execute the plugin.- Parameters:
context
- a StructurizrDslPluginContext instance
-