Uses of Interface
org.simpleyaml.configuration.implementation.api.YamlImplementation
Packages that use YamlImplementation
Package
Description
-
Uses of YamlImplementation in org.simpleyaml.configuration.file
Fields in org.simpleyaml.configuration.file declared as YamlImplementationModifier and TypeFieldDescriptionprotected YamlImplementationYamlConfiguration.yamlImplementationMethods in org.simpleyaml.configuration.file that return YamlImplementationMethods in org.simpleyaml.configuration.file with parameters of type YamlImplementationModifier and TypeMethodDescriptionvoidYamlConfiguration.setImplementation(YamlImplementation yamlImplementation) Constructors in org.simpleyaml.configuration.file with parameters of type YamlImplementationModifierConstructorDescriptionYamlConfiguration(Configuration defaults, YamlImplementation yamlImplementation) YamlConfiguration(YamlImplementation yamlImplementation) YamlFile(YamlImplementation yamlImplementation) Builds thisYamlFilewithout any configuration file. -
Uses of YamlImplementation in org.simpleyaml.configuration.implementation
Classes in org.simpleyaml.configuration.implementation that implement YamlImplementationModifier and TypeClassDescriptionclassDefault YAML implementation using snakeyaml high-level API and a custom comment parser / dumper. -
Uses of YamlImplementation in org.simpleyaml.configuration.implementation.api
Classes in org.simpleyaml.configuration.implementation.api that implement YamlImplementationModifier and TypeClassDescriptionclassA YAML implementation capable of processing comments. -
Uses of YamlImplementation in org.simpleyaml.configuration.implementation.snakeyaml
Classes in org.simpleyaml.configuration.implementation.snakeyaml that implement YamlImplementationModifier and TypeClassDescriptionclassYAML implementation using snakeyaml low-level API and snakeyaml comment processing available ifYamlConfigurationOptions.useComments()is enabled.