Uses of Class
org.simpleyaml.configuration.ConfigurationOptions
Packages that use ConfigurationOptions
Package
Description
-
Uses of ConfigurationOptions in org.simpleyaml.configuration
Subclasses of ConfigurationOptions in org.simpleyaml.configurationModifier and TypeClassDescriptionclassVarious settings for controlling the input and output of aMemoryConfigurationMethods in org.simpleyaml.configuration that return ConfigurationOptionsModifier and TypeMethodDescriptionConfigurationOptions.copyDefaults(boolean value) Sets if theConfigurationshould copy values from its defaultConfigurationdirectly.ConfigurationOptions.indent(int value) Sets how much spaces should be used to indent each line.Configuration.options()Gets theConfigurationOptionsfor thisConfiguration.ConfigurationOptions.pathSeparator(char value) Sets the char that will be used to separateConfigurationSections -
Uses of ConfigurationOptions in org.simpleyaml.configuration.comments
Fields in org.simpleyaml.configuration.comments declared as ConfigurationOptionsMethods in org.simpleyaml.configuration.comments that return ConfigurationOptionsConstructors in org.simpleyaml.configuration.comments with parameters of type ConfigurationOptions -
Uses of ConfigurationOptions in org.simpleyaml.configuration.file
Subclasses of ConfigurationOptions in org.simpleyaml.configuration.fileModifier and TypeClassDescriptionclassVarious settings for controlling the input and output of aFileConfigurationclassVarious settings for controlling the input and output of aYamlConfiguration