Uses of Class
org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Packages that use YamlConfigurationOptions
-
Uses of YamlConfigurationOptions in org.bspfsystems.yamlconfiguration.file
Methods in org.bspfsystems.yamlconfiguration.file that return YamlConfigurationOptionsModifier and TypeMethodDescription@NotNull YamlConfigurationOptionsYamlConfiguration.getOptions()Gets the options for this configuration.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.setCodePointLimit(int codePointLimit) Sets the maximum number of code points that can be loaded in at one time.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.setCopyDefaults(boolean copyDefaults) Sets if the configuration should copy values from its default configuration directly.@NotNull YamlConfigurationOptionsAssigns the given footer comments to these file configuration options.@NotNull YamlConfigurationOptionsAssigns the given header comments to these file configuration options.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.setIndent(int indent) Sets the number of spaces used to represent an indent.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.setMaxAliases(int maxAliases) Sets the maximum number of aliases for collections.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.setParseComments(boolean parseComments) Sets whether the comments (header, block, inline, and/or footer) in a file configuration should be loaded and saved.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.setPathSeparator(char pathSeparator) Sets thecharthat will be used to separate configuration sections.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.setWidth(int width) Sets how long a line can be before it gets split.