Java org.apache.maven.settings.io SettingsReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.settings.io SettingsReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.settings.io SettingsReader.

The text is from its open source code.

Field

StringIS_STRICT
The key for the option to enable strict parsing.

Method

Settingsread(File input, Map options)
Reads the settings from the specified file.
Settingsread(Reader input, Map options)
Reads the settings from the specified character reader.
Settingsread(InputStream input, Map options)
Reads the settings from the specified byte stream.