Uses of Interface
com.plotsquared.core.configuration.Configuration
Packages that use Configuration
-
Uses of Configuration in com.plotsquared.core.configuration
Classes in com.plotsquared.core.configuration that implement ConfigurationModifier and TypeClassDescriptionclass
This is aConfiguration
implementation that does not save or load from any source, and stores all values in memory only.Fields in com.plotsquared.core.configuration declared as ConfigurationMethods in com.plotsquared.core.configuration that return ConfigurationModifier and TypeMethodDescriptionConfiguration.getDefaults()
Gets the sourceConfiguration
for this configuration.MemoryConfiguration.getDefaults()
ConfigurationSection.getRoot()
Gets the rootConfiguration
that contains thisConfigurationSection
MemorySection.getRoot()
Methods in com.plotsquared.core.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
Configuration.addDefaults
(Configuration defaults) Sets the default values of the given paths as provided.void
MemoryConfiguration.addDefaults
(Configuration defaults) void
Configuration.setDefaults
(Configuration defaults) Sets the source of all default values for thisConfiguration
.void
MemoryConfiguration.setDefaults
(Configuration defaults) Constructors in com.plotsquared.core.configuration with parameters of type ConfigurationModifierConstructorDescriptionMemoryConfiguration
(Configuration defaults) Creates an emptyMemoryConfiguration
using the specifiedConfiguration
as a source for all default values. -
Uses of Configuration in com.plotsquared.core.configuration.file
Classes in com.plotsquared.core.configuration.file that implement ConfigurationModifier and TypeClassDescriptionclass
This is a base class for all File based implementations ofConfiguration
.class
An implementation ofConfiguration
which saves all files in Yaml.Constructors in com.plotsquared.core.configuration.file with parameters of type ConfigurationModifierConstructorDescriptionFileConfiguration
(Configuration defaults) Creates an empty FileConfiguration using the specifiedConfiguration
as a source for all default values.