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
-
-
Field Summary
Fields Modifier and Type Field Description private org.yaml.snakeyaml.Yaml
yaml
-
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(java.io.Reader input, java.util.Map<java.lang.String,?> options)
-