Package com.nomagic.magicdraw.uml2
Class DocumentationCommentProviderConfigurator
java.lang.Object
com.nomagic.magicdraw.uml2.DocumentationCommentProviderConfigurator
Documentation comment configurator for comment body representation in documentation node
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addDocumentationCommentConfigurator
(DocumentationCommentProviderConfigurator.DocumentationCommentConfigurator configurator) static void
configureDocumentation
(Element owner, Comment comment) static Comment
getFirstCommentFromProviders
(Element element) Gets first comment from documentation providers function liststatic boolean
-
Constructor Details
-
DocumentationCommentProviderConfigurator
public DocumentationCommentProviderConfigurator()
-
-
Method Details
-
addDocumentationCommentConfigurator
public static void addDocumentationCommentConfigurator(DocumentationCommentProviderConfigurator.DocumentationCommentConfigurator configurator) -
getDocumentationCommentProviders
-
isProvidersNotEmpty
public static boolean isProvidersNotEmpty() -
getFirstCommentFromProviders
Gets first comment from documentation providers function list- Parameters:
element
- which comment elements are being checked.- Returns:
- first found comment - else null.
-
configureDocumentation
-