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 TypeClassDescriptionclassThis is aConfigurationimplementation 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 sourceConfigurationfor this configuration.MemoryConfiguration.getDefaults()ConfigurationSection.getRoot()Gets the rootConfigurationthat contains thisConfigurationSectionMemorySection.getRoot()Methods in com.plotsquared.core.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidConfiguration.addDefaults(Configuration defaults) Sets the default values of the given paths as provided.voidMemoryConfiguration.addDefaults(Configuration defaults) voidConfiguration.setDefaults(Configuration defaults) Sets the source of all default values for thisConfiguration.voidMemoryConfiguration.setDefaults(Configuration defaults) Constructors in com.plotsquared.core.configuration with parameters of type ConfigurationModifierConstructorDescriptionMemoryConfiguration(Configuration defaults) Creates an emptyMemoryConfigurationusing the specifiedConfigurationas 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 TypeClassDescriptionclassThis is a base class for all File based implementations ofConfiguration.classAn implementation ofConfigurationwhich 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 specifiedConfigurationas a source for all default values.