| Package | Description |
|---|---|
| org.apache.maven.model.io |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.maven.model.Model |
ModelReader.read(java.io.File input,
java.util.Map<java.lang.String,?> options) |
Reads the model from the specified file.
|
org.apache.maven.model.Model |
ModelReader.read(java.io.InputStream input,
java.util.Map<java.lang.String,?> options) |
Reads the model from the specified byte stream.
|
org.apache.maven.model.Model |
ModelReader.read(java.io.Reader input,
java.util.Map<java.lang.String,?> options) |
Reads the model from the specified character reader.
|