Interface DocumentationImporter
- All Known Implementing Classes:
AdrToolsDecisionImporter,DefaultDocumentationImporter,DefaultImageImporter,RecursiveDefaultDocumentationImporter
public interface DocumentationImporter
An interface implemented by documentation importers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidimportDocumentation(com.structurizr.documentation.Documentable documentable, File path) Imports documentation from the specified path.
-
Method Details
-
importDocumentation
Imports documentation from the specified path.- Parameters:
documentable- the item that documentation should be associated withpath- the path to import documentation from
-