Interface CommentedConfig.Entry

    • Method Detail

      • setComment

        java.lang.String setComment​(java.lang.String comment)
        Sets the entry's comment.
        Parameters:
        comment - the comment to set, may contain several lines.
        Returns:
        the previous comment, or null if none.
      • removeComment

        java.lang.String removeComment()
        Removes the entry's comment.
        Returns:
        the previous comment, or null if none.