Uses of Interface
org.simpleyaml.utils.SupplierIO.Reader
Packages that use SupplierIO.Reader
Package
Description
-
Uses of SupplierIO.Reader in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file with parameters of type SupplierIO.ReaderModifier and TypeMethodDescriptionvoidYamlConfiguration.load(SupplierIO.Reader readerSupplier) Loads thisYamlConfigurationfrom the specified reader.voidYamlFile.load(SupplierIO.Reader readerSupplier) Loads thisYamlFilefrom the specified reader.static YamlConfigurationYamlConfiguration.loadConfiguration(SupplierIO.Reader readerSupplier) Creates a newYamlConfiguration, loading from the given reader.static YamlFileYamlFile.loadConfiguration(SupplierIO.Reader readerSupplier) Creates a newYamlFile, loading from the given reader (without comments).static YamlFileYamlFile.loadConfiguration(SupplierIO.Reader readerSupplier, boolean withComments) Creates a newYamlFile, loading from the given reader. -
Uses of SupplierIO.Reader in org.simpleyaml.configuration.implementation
Methods in org.simpleyaml.configuration.implementation with parameters of type SupplierIO.ReaderModifier and TypeMethodDescriptionvoidSimpleYamlImplementation.load(SupplierIO.Reader readerSupplier, ConfigurationSection section) -
Uses of SupplierIO.Reader in org.simpleyaml.configuration.implementation.api
Methods in org.simpleyaml.configuration.implementation.api with parameters of type SupplierIO.ReaderModifier and TypeMethodDescriptiondefault voidYamlImplementation.load(SupplierIO.Reader readerSupplier, ConfigurationSection section) Load Yaml to a configuration section.