Uses of Class
space.arim.dazzleconf.backend.CommentData
Packages that use CommentData
Package
Description
Version 2 of the library, provided as a separate package.
This package defines a framework for interactions between the library and the configuration format.
-
Uses of CommentData in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return CommentDataModifier and TypeMethodDescription@NonNull CommentDataConfigurationDefinition.Layout.getComments()Gets the top level comments on the configuration interface. -
Uses of CommentData in space.arim.dazzleconf.backend
Methods in space.arim.dazzleconf.backend that return CommentDataModifier and TypeMethodDescription@NonNull CommentDataCommentData.append(@NonNull CommentData other) Appends another set of comments to this one.@NonNull CommentDataCommentData.appendAt(@NonNull CommentLocation location, @NonNull String @NonNull ... lines) Appends comments at the following location and returns a new object.@NonNull CommentDataCommentData.appendAt(@NonNull CommentLocation location, @NonNull List<@NonNull String> lines) Appends comments at the following location and returns a new object.static @NonNull CommentDataMakes an instance of this class according toCommentsannotations.@NonNull CommentDataCommentData.clearAt(@NonNull CommentLocation @NonNull ... locations) Clears comments at some locations and returns a new object@NonNull CommentDataBackend.Document.comments()The document-level comments.static CommentDataCommentData.empty()Returns an empty instance ofComments@NonNull CommentDataDataEntry.getComments()Gets the comments present@NonNull CommentDataCommentData.setAt(@NonNull CommentLocation location, @NonNull String @NonNull ... lines) Attaches comments and returns a new object.@NonNull CommentDataCommentData.setAt(@NonNull CommentLocation location, @NonNull List<@NonNull String> lines) Attaches comments and returns a new object.Methods in space.arim.dazzleconf.backend with parameters of type CommentDataModifier and TypeMethodDescription@NonNull CommentDataCommentData.append(@NonNull CommentData other) Appends another set of comments to this one.@NonNull DataEntryDataEntry.withComments(@NonNull CommentData comments) Sets the comments and returns a new object