Uses of Interface
org.simpleyaml.configuration.comments.Commentable
Packages that use Commentable
Package
Description
-
Uses of Commentable in org.simpleyaml.configuration.comments
Classes in org.simpleyaml.configuration.comments that implement CommentableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Commentable in org.simpleyaml.configuration.file
Classes in org.simpleyaml.configuration.file that implement CommentableModifier and TypeClassDescriptionclassAn extension ofYamlConfigurationwhich saves all data in Yaml to a configuration file with the added possibility to save and manage comments. -
Uses of Commentable in org.simpleyaml.configuration.implementation
Classes in org.simpleyaml.configuration.implementation that implement CommentableModifier and TypeClassDescriptionclassDefault YAML implementation using snakeyaml high-level API and a custom comment parser / dumper. -
Uses of Commentable in org.simpleyaml.configuration.implementation.api
Classes in org.simpleyaml.configuration.implementation.api that implement CommentableModifier and TypeClassDescriptionclassA YAML implementation capable of processing comments. -
Uses of Commentable in org.simpleyaml.configuration.implementation.snakeyaml
Classes in org.simpleyaml.configuration.implementation.snakeyaml that implement CommentableModifier and TypeClassDescriptionclassclassYAML implementation using snakeyaml low-level API and snakeyaml comment processing available ifYamlConfigurationOptions.useComments()is enabled.