Package org.sonatype.maven.polyglot.io
Class ModelReaderSupport
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelReaderSupport
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelReader
public abstract class ModelReaderSupport extends Object implements org.apache.maven.model.io.ModelReader
Support forModelReaderimplementations.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description ModelReaderSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.model.Modelread(File input, Map<String,?> options)org.apache.maven.model.Modelread(InputStream input, Map<String,?> options)
-
-
-
Method Detail
-
read
public org.apache.maven.model.Model read(File input, Map<String,?> options) throws IOException
- Specified by:
readin interfaceorg.apache.maven.model.io.ModelReader- Throws:
IOException
-
read
public org.apache.maven.model.Model read(InputStream input, Map<String,?> options) throws IOException
- Specified by:
readin interfaceorg.apache.maven.model.io.ModelReader- Throws:
IOException
-
-