Uses of Class
org.simpleyaml.exceptions.InvalidConfigurationException
Packages that use InvalidConfigurationException
Package
Description
-
Uses of InvalidConfigurationException in org.simpleyaml.configuration
Methods in org.simpleyaml.configuration that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoidLoads this configuration from the specified reader.voidLoadableConfiguration.loadFromString(String contents) Loads this configuration from the specified string. -
Uses of InvalidConfigurationException in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoidYamlFile.createOrLoad()If this configuration file does not exist then it is created along with missing parent directories.voidYamlFile.createOrLoadWithComments()If this configuration file does not exist then it is created along with missing parent directories.voidLoads this configuration from the specified file.voidFileConfiguration.load(InputStream stream) Loads this configuration from the specified stream.voidLoads this configuration from the specified reader.voidLoads this configuration from the specified file path.voidLoads this configuration from the specified file.voidYamlConfiguration.load(InputStream stream) Deprecated.voidDeprecated.this method loads the entire file into memory, for larger files please useYamlConfiguration.load(SupplierIO.Reader)voidYamlConfiguration.load(SupplierIO.InputStream streamSupplier) Loads this configuration from the specified stream.voidYamlConfiguration.load(SupplierIO.Reader readerSupplier) Loads thisYamlConfigurationfrom the specified reader.voidYamlFile.load()Loads configurations from this configuration file.voidYamlFile.load(SupplierIO.Reader readerSupplier) Loads thisYamlFilefrom the specified reader.voidYamlFile.loadWithComments()Loads configurations from this configuration file including comments. -
Uses of InvalidConfigurationException in org.simpleyaml.configuration.implementation
Methods in org.simpleyaml.configuration.implementation that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoidSimpleYamlImplementation.load(Reader reader, ConfigurationSection section) voidSimpleYamlImplementation.load(SupplierIO.Reader readerSupplier, ConfigurationSection section) SimpleYamlImplementation.parseComments(Reader reader) Parse comments from a reader. -
Uses of InvalidConfigurationException in org.simpleyaml.configuration.implementation.api
Methods in org.simpleyaml.configuration.implementation.api that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoidYamlImplementation.load(Reader reader, ConfigurationSection section) Load Yaml to a configuration section.default voidYamlImplementation.load(String contents, ConfigurationSection section) Load Yaml to a configuration section.default voidYamlImplementation.load(SupplierIO.Reader readerSupplier, ConfigurationSection section) Load Yaml to a configuration section. -
Uses of InvalidConfigurationException in org.simpleyaml.configuration.implementation.snakeyaml
Methods in org.simpleyaml.configuration.implementation.snakeyaml that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoidSnakeYamlImplementation.load(Reader reader, ConfigurationSection section)
YamlConfiguration.load(SupplierIO.InputStream)