Uses of Interface
org.simpleyaml.configuration.Configuration
Packages that use Configuration
-
Uses of Configuration in org.simpleyaml.configuration
Classes in org.simpleyaml.configuration with type parameters of type ConfigurationClasses in org.simpleyaml.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 org.simpleyaml.configuration declared as ConfigurationModifier and TypeFieldDescriptionprotected final TConfigurationWrapper.configurationprotected ConfigurationMemoryConfiguration.defaultsMethods in org.simpleyaml.configuration that return ConfigurationModifier and TypeMethodDescriptionConfigurationOptions.configuration()Returns theConfigurationthat this object is responsible for.Configuration.getDefaults()Gets the sourceConfigurationfor this configuration.MemoryConfiguration.getDefaults()ConfigurationSection.getRoot()Gets the rootConfigurationthat contains thisConfigurationSectionMemorySection.getRoot()Methods in org.simpleyaml.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 org.simpleyaml.configuration with parameters of type ConfigurationModifierConstructorDescriptionprotectedConfigurationOptions(Configuration configuration) MemoryConfiguration(Configuration defaults) Creates an emptyMemoryConfigurationusing the specifiedConfigurationas a source for all default values. -
Uses of Configuration in org.simpleyaml.configuration.file
Classes in org.simpleyaml.configuration.file that implement ConfigurationModifier and TypeClassDescriptionclassThis is a base class for all File based implementations ofConfigurationConstructors in org.simpleyaml.configuration.file with parameters of type ConfigurationModifierConstructorDescriptionFileConfiguration(Configuration defaults) Creates an emptyFileConfigurationusing the specifiedConfigurationas a source for all default values.