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