Java org.apache.commons.configuration2 YAMLConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration2 YAMLConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration2 YAMLConfiguration.

The text is from its open source code.

Constructor

YAMLConfiguration()
Creates a new instance of YAMLConfiguration .

Method

voidread(final Reader in)
voidread(final InputStream in)
Loads the configuration from the given input stream.