Uses of Class
org.simpleyaml.configuration.file.YamlConfigurationOptions
Packages that use YamlConfigurationOptions
Package
Description
-
Uses of YamlConfigurationOptions in org.simpleyaml.configuration.comments
Methods in org.simpleyaml.configuration.comments that return YamlConfigurationOptionsModifier and TypeMethodDescriptionprotected YamlConfigurationOptionsYamlCommentMapper.options()YamlKeyTree.options()Methods in org.simpleyaml.configuration.comments with parameters of type YamlConfigurationOptionsModifier and TypeMethodDescriptionstatic StringYamlCommentParser.removeHeader(String blockComment, YamlConfigurationOptions options) Constructors in org.simpleyaml.configuration.comments with parameters of type YamlConfigurationOptionsModifierConstructorDescriptionYamlCommentParser(YamlConfigurationOptions options, Reader reader) protectedYamlKeyTree(YamlConfigurationOptions options) -
Uses of YamlConfigurationOptions in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file that return YamlConfigurationOptionsModifier and TypeMethodDescriptionYamlConfigurationOptions.commentFormatter(YamlCommentFormatter commentFormatter) Sets the comment formatter to be used to format comments.YamlConfigurationOptions.copyDefaults(boolean value) YamlConfigurationOptions.copyHeader(boolean value) YamlConfigurationOptions.headerFormatter(CommentFormatter headerFormatter) YamlConfigurationOptions.indent(int value) Sets how much spaces should be used to indent each line.YamlConfigurationOptions.indentList(int value) Sets how much spaces should be used to indent each list element, in addition to the line indent.YamlConfiguration.options()YamlConfigurationOptions.pathSeparator(char value) YamlConfigurationOptions.useComments(boolean useComments) Sets if parsing comments is needed. -
Uses of YamlConfigurationOptions in org.simpleyaml.configuration.implementation
Methods in org.simpleyaml.configuration.implementation with parameters of type YamlConfigurationOptionsModifier and TypeMethodDescriptionvoidSimpleYamlImplementation.configure(YamlConfigurationOptions options) -
Uses of YamlConfigurationOptions in org.simpleyaml.configuration.implementation.api
Fields in org.simpleyaml.configuration.implementation.api declared as YamlConfigurationOptionsModifier and TypeFieldDescriptionprotected YamlConfigurationOptionsYamlImplementationCommentable.optionsConfiguration options for loading and dumping Yaml.Methods in org.simpleyaml.configuration.implementation.api with parameters of type YamlConfigurationOptionsModifier and TypeMethodDescriptionvoidYamlImplementation.configure(YamlConfigurationOptions options) Apply the configuration options to this implementation.voidYamlImplementationCommentable.configure(YamlConfigurationOptions options) -
Uses of YamlConfigurationOptions in org.simpleyaml.configuration.implementation.snakeyaml
Methods in org.simpleyaml.configuration.implementation.snakeyaml with parameters of type YamlConfigurationOptionsModifier and TypeMethodDescriptionvoidSnakeYamlImplementation.configure(YamlConfigurationOptions options) protected voidSnakeYamlCommentMapper.setCommentPrefix(YamlConfigurationOptions options) Constructors in org.simpleyaml.configuration.implementation.snakeyaml with parameters of type YamlConfigurationOptions