Uses of Interface
org.bspfsystems.yamlconfiguration.configuration.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in org.bspfsystems.yamlconfiguration.configuration
Classes in org.bspfsystems.yamlconfiguration.configuration that implement ConfigurationModifier and TypeClassDescriptionclassRepresents an implementation of a configuration that exists only in-memory.Fields in org.bspfsystems.yamlconfiguration.configuration declared as ConfigurationMethods in org.bspfsystems.yamlconfiguration.configuration that return ConfigurationModifier and TypeMethodDescription@NotNull ConfigurationConfigurationOptions.getConfiguration()Gets the configuration that these options controls.@Nullable ConfigurationConfiguration.getDefaults()Gets the default configuration for this configuration.final @Nullable ConfigurationMemoryConfiguration.getDefaults()Gets the default configuration for this configuration.@Nullable ConfigurationConfigurationSection.getRoot()Gets the root configuration that contains this configuration section.final @Nullable ConfigurationMemorySection.getRoot()Gets the root configuration that contains this configuration section.Methods in org.bspfsystems.yamlconfiguration.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidConfiguration.addDefaults(@NotNull Configuration defs) Sets the default values of the given paths as provided.final voidMemoryConfiguration.addDefaults(@NotNull Configuration defs) Sets the default values of the given paths as provided.voidConfiguration.setDefaults(@NotNull Configuration defs) Sets the source of all default values for this configuration.final voidMemoryConfiguration.setDefaults(@NotNull Configuration defs) Sets the source of all default values for this configuration.Constructors in org.bspfsystems.yamlconfiguration.configuration with parameters of type ConfigurationModifierConstructorDescriptionprotectedConfigurationOptions(@NotNull Configuration configuration) Constructs a set of configuration options.MemoryConfiguration(@Nullable Configuration defs) Constructs an empty memory configuration using the given configuration as a source for all default values. -
Uses of Configuration in org.bspfsystems.yamlconfiguration.file
Classes in org.bspfsystems.yamlconfiguration.file that implement ConfigurationModifier and TypeClassDescriptionclassRepresents a base class for all file-based implementations of a memory configuration.final classRepresents an implementation of configuration which saves all files in valid YAML format.Constructors in org.bspfsystems.yamlconfiguration.file with parameters of type ConfigurationModifierConstructorDescriptionprotectedFileConfiguration(@Nullable Configuration defs) Constructs an empty file configuration using the given configuration as a source for all default values.YamlConfiguration(@Nullable Configuration defs) Constructs an empty YAML configuration using the given configuration as a source for all default values.