public abstract class ModelReaderSupport extends 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(File input,
Map<String,?> options) |
org.apache.maven.model.Model |
read(InputStream input,
Map<String,?> options) |
public org.apache.maven.model.Model read(File input, Map<String,?> options) throws IOException
read
in interface org.apache.maven.model.io.ModelReader
IOException
public org.apache.maven.model.Model read(InputStream input, Map<String,?> options) throws IOException
read
in interface org.apache.maven.model.io.ModelReader
IOException
Copyright © 2020. All rights reserved.