Java org.apache.maven.model.io ModelReader fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.maven.model.io.ModelReader has the following implementations.
Click this link to see all its implementation.

Field

StringIS_STRICT
The key for the option to enable strict parsing.

Method

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