Interface DocumentationImporter
-
- All Known Implementing Classes:
AdrToolsDecisionImporter,DefaultDocumentationImporter,DefaultImageImporter,RecursiveDefaultDocumentationImporter
public interface DocumentationImporterAn interface implemented by documentation importers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidimportDocumentation(com.structurizr.documentation.Documentable documentable, java.io.File path)Imports documentation from the specified path.
-
-
-
Method Detail
-
importDocumentation
void importDocumentation(com.structurizr.documentation.Documentable documentable, java.io.File path)Imports documentation from the specified path.- Parameters:
documentable- the item that documentation should be associated withpath- the path to import documentation from
-
-