Uses of Class
org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Packages that use FileConfigurationOptions
-
Uses of FileConfigurationOptions in org.bspfsystems.yamlconfiguration.file
Subclasses of FileConfigurationOptions in org.bspfsystems.yamlconfiguration.fileModifier and TypeClassDescriptionfinal classRepresents the various settings for controlling the input and output of a YAML configuration.Methods in org.bspfsystems.yamlconfiguration.file that return FileConfigurationOptionsModifier and TypeMethodDescription@NotNull FileConfigurationOptionsFileConfiguration.getOptions()Gets the options for this configuration.@NotNull FileConfigurationOptionsFileConfigurationOptions.setCopyDefaults(boolean copyDefaults) Sets if the configuration should copy values from its default configuration directly.@NotNull FileConfigurationOptionsAssigns the given footer comments to these file configuration options.@NotNull FileConfigurationOptionsAssigns the given header comments to these file configuration options.@NotNull FileConfigurationOptionsFileConfigurationOptions.setParseComments(boolean parseComments) Sets whether the comments (header, block, inline, and/or footer) in a file configuration should be loaded and saved.@NotNull FileConfigurationOptionsFileConfigurationOptions.setPathSeparator(char pathSeparator) Sets thecharthat will be used to separate configuration sections.