Example usage for org.apache.commons.configuration2.io InputStreamSupport interface-usage

List of usage examples for org.apache.commons.configuration2.io InputStreamSupport interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.configuration2.io InputStreamSupport interface-usage.

Usage

From source file org.craftercms.commons.config.YamlConfiguration.java

/**
 * <p>
 * Implementation of Apache Commons HierarchicalConfiguration that parses a YAML configuration file and loads
 * the configuration in memory for easy access.
 * </p>
 *

From source file com.virtlink.commons.configuration2.jackson.JacksonConfiguration.java

/**
 * A configuration using a Jackson language (e.g. YAML, JSON).
 */
public abstract class JacksonConfiguration extends BaseHierarchicalConfiguration
        implements FileBasedConfiguration, InputStreamSupport, FileLocatorAware {