Package org.sonatype.maven.polyglot.yaml
Class YamlModelReader
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelReaderSupport
-
- org.sonatype.maven.polyglot.yaml.YamlModelReader
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelReader
@Component(role=org.apache.maven.model.io.ModelReader.class, hint="yaml") public class YamlModelReader extends org.sonatype.maven.polyglot.io.ModelReaderSupport
YAML model reader.- Since:
- 0.7
- Author:
- jvanzyl, bentmann
-
-
Constructor Summary
Constructors Constructor Description YamlModelReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.model.Model
read(Reader input, Map<String,?> options)
-
-
-
Method Detail
-
read
public org.apache.maven.model.Model read(Reader input, Map<String,?> options) throws IOException, org.apache.maven.model.io.ModelParseException
- Throws:
IOException
org.apache.maven.model.io.ModelParseException
-
-