Interface IBranchDocumentsConfiguration.IBuilder
- Enclosing interface:
- IBranchDocumentsConfiguration
public static interface IBranchDocumentsConfiguration.IBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddDocumentConfiguration
(IModule sourceDocument) Creates a new branching configuration for the Document.build()
-
Method Details
-
addDocumentConfiguration
@NotNull IBranchDocumentConfiguration.IBuilder addDocumentConfiguration(@NotNull IModule sourceDocument) Creates a new branching configuration for the Document. To branch a fixed revision of the Document, pass it in that revision. -
build
-