Uses of Enum
space.arim.dazzleconf.engine.CommentLocation
Packages that use CommentLocation
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 CommentLocation in space.arim.dazzleconf
Methods in space.arim.dazzleconf with parameters of type CommentLocationModifier and TypeMethodDescriptiondefault booleanConfigurationDefinition.ReadWithUpdateOptions.writeEntryComments(@NonNull CommentLocation location) Controls whether comments on existing data entries are refreshed.default booleanConfigurationDefinition.WriteOptions.writeEntryComments(@NonNull CommentLocation location) Controls whether comments are written to data entries. -
Uses of CommentLocation in space.arim.dazzleconf.backend
Methods in space.arim.dazzleconf.backend with parameters of type CommentLocationModifier and TypeMethodDescription@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.@NonNull CommentDataCommentData.clearAt(@NonNull CommentLocation @NonNull ... locations) Clears comments at some locations and returns a new objectCommentData.getAt(@NonNull CommentLocation location) Gets the comments at the specified location.DataEntry.getComments(@NonNull CommentLocation location) Gets the comments present on this entry at the specified location.@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.booleanBackend.Meta.supportsComments(boolean documentLevel, boolean reading, @NonNull CommentLocation location) Whether comments are supported in the following context.@NonNull DataEntryDataEntry.withComments(@NonNull CommentLocation location, @NonNull List<@NonNull String> lines) Sets comments at the given location and returns a new object. -
Uses of CommentLocation in space.arim.dazzleconf.engine
Methods in space.arim.dazzleconf.engine that return CommentLocationModifier and TypeMethodDescriptionstatic CommentLocationReturns the enum constant of this type with the specified name.static CommentLocation[]CommentLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in space.arim.dazzleconf.engine with parameters of type CommentLocationModifier and TypeMethodDescriptionbooleanSerializeContext.writeEntryComments(@NonNull CommentLocation location) Checks whether comments are being written on entries, and if so, where.