Uses of Class
org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Packages that use ConfigurationOptions
Package
Description
-
Uses of ConfigurationOptions in org.bspfsystems.yamlconfiguration.configuration
Subclasses of ConfigurationOptions in org.bspfsystems.yamlconfiguration.configurationModifier and TypeClassDescriptionclassRepresents the various settings for controlling the input and output of a memory configuration.Methods in org.bspfsystems.yamlconfiguration.configuration that return ConfigurationOptionsModifier and TypeMethodDescription@NotNull ConfigurationOptionsConfiguration.getOptions()Gets the options for this configuration.@NotNull ConfigurationOptionsConfigurationOptions.setCopyDefaults(boolean copyDefaults) Sets if the configuration should copy values from its default configuration directly.@NotNull ConfigurationOptionsConfigurationOptions.setPathSeparator(char pathSeparator) Sets thecharthat will be used to separate configuration sections. -
Uses of ConfigurationOptions in org.bspfsystems.yamlconfiguration.file
Subclasses of ConfigurationOptions in org.bspfsystems.yamlconfiguration.fileModifier and TypeClassDescriptionclassRepresents the various settings for controlling the input and output of a file configuration.final classRepresents the various settings for controlling the input and output of a YAML configuration.