Uses of Class
eu.maveniverse.domtrip.Editor.EditorCommentBuilder
Packages that use Editor.EditorCommentBuilder
-
Uses of Editor.EditorCommentBuilder in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return Editor.EditorCommentBuilderModifier and TypeMethodDescriptionEditor.NodeBuilder.comment()Creates a comment builder that will be added to the document.Editor.EditorCommentBuilder.to(ContainerNode parent) Sets the parent node for this comment.Editor.EditorCommentBuilder.withContent(String content) Sets the content of this comment.