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 for
ModelReader
implementations.- Since:
- 0.7
-
Field Summary
Fields inherited from interface org.apache.maven.model.io.ModelReader
INPUT_SOURCE, IS_STRICT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.model.io.ModelReader
read
-
Constructor Details
-
ModelReaderSupport
public ModelReaderSupport()
-
-
Method Details
-
read
- Specified by:
read
in 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:
read
in interfaceorg.apache.maven.model.io.ModelReader
- Throws:
IOException
-
getCharset
-