Example usage for org.apache.commons.configuration AbstractHierarchicalFileConfiguration subclass-usage

List of usage examples for org.apache.commons.configuration AbstractHierarchicalFileConfiguration subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.configuration AbstractHierarchicalFileConfiguration subclass-usage.

Usage

From source file org.apache.tinkerpop.gremlin.util.config.YamlConfiguration.java

/**
 * Apache Commons Configuration object for YAML.  Adapted from code originally found here:
 * https://github.com/PEXPlugins/SimpleConfigs
 *
 * @author Stephen Mallette (http://stephen.genoprime.com)
 */

From source file com.github.mbredel.commons.configuration.YAMLConfiguration.java

/**
 * The YAML configuration implements the hierarchical file configuration
 * for YAML (and also JSON) files. It uses the snakeYAML library to
 * read and parse YAML files. It stores the configuration information
 * in Commons-Configuration configuration nodes.
 *