Uses of Class
space.arim.dazzleconf.ext.snakeyaml.CommentMode
-
Uses of CommentMode in space.arim.dazzleconf.ext.snakeyaml
Methods in space.arim.dazzleconf.ext.snakeyaml that return CommentModeModifier and TypeMethodDescriptionstatic CommentModeCommentMode.alternativeWriter()A mode which will use an alternative yaml writer (other than snakeyaml) to write both the comments of the configuration as well as the entries themselves.static CommentModeCommentMode.alternativeWriter(String commentFormat) A mode which will use an alternative yaml writer (other than snakeyaml) to write both the comments of the configuration as well as the entries themselves.SnakeYamlOptions.commentMode()Gets the comment mode used.static CommentModeCommentMode.fullComments()A mode which has full support for comments, taking advantage of functionality introduced in snakeyaml 1.28.static CommentModeCommentMode.headerOnly()A mode which will write the comment header on the top level configuration, but which is unable to write any further comments.Methods in space.arim.dazzleconf.ext.snakeyaml with parameters of type CommentModeModifier and TypeMethodDescriptionSnakeYamlOptions.Builder.commentMode(CommentMode commentMode) Sets the comment mode used for writing comments.