public abstract class ModelReaderSupport
extends java.lang.Object
implements org.apache.maven.model.io.ModelReader
ModelReader
implementations.Constructor and Description |
---|
ModelReaderSupport() |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.model.Model |
read(java.io.File input,
java.util.Map<java.lang.String,?> options) |
org.apache.maven.model.Model |
read(java.io.InputStream input,
java.util.Map<java.lang.String,?> options) |
public org.apache.maven.model.Model read(java.io.File input, java.util.Map<java.lang.String,?> options) throws java.io.IOException
read
in interface org.apache.maven.model.io.ModelReader
java.io.IOException
public org.apache.maven.model.Model read(java.io.InputStream input, java.util.Map<java.lang.String,?> options) throws java.io.IOException
read
in interface org.apache.maven.model.io.ModelReader
java.io.IOException