Class YAMLConfigurationLoader

All Implemented Interfaces:
ConfigurationLoader<ConfigurationNode>

public class YAMLConfigurationLoader
extends AbstractConfigurationLoader<ConfigurationNode>
A loader for YAML-formatted configurations, using the SnakeYAML library for parsing and generation.