Uses of Class
org.simpleyaml.configuration.MemorySection
Packages that use MemorySection
-
Uses of MemorySection in org.simpleyaml.configuration
Subclasses of MemorySection in org.simpleyaml.configurationModifier and TypeClassDescriptionclassThis is aConfigurationimplementation that does not save or load from any source, and stores all values in memory only. -
Uses of MemorySection in org.simpleyaml.configuration.file
Subclasses of MemorySection in org.simpleyaml.configuration.fileModifier and TypeClassDescriptionclassThis is a base class for all File based implementations ofConfigurationclassAn implementation ofConfigurationwhich saves the configuration in Yaml.classAn extension ofYamlConfigurationwhich saves all data in Yaml to a configuration file with the added possibility to save and manage comments.