Package org.sonatype.maven.polyglot.yaml
Class YamlModelWriter
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelWriterSupport
-
- org.sonatype.maven.polyglot.yaml.YamlModelWriter
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelWriter
@Component(role=org.apache.maven.model.io.ModelWriter.class, hint="yaml") public class YamlModelWriter extends org.sonatype.maven.polyglot.io.ModelWriterSupport
YAML model writer.- Since:
- 0.7
- Author:
- jvanzyl, bentmann
-
-
Constructor Summary
Constructors Constructor Description YamlModelWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(Writer output, Map<String,Object> o, org.apache.maven.model.Model model)
-
-
-
Method Detail
-
write
public void write(Writer output, Map<String,Object> o, org.apache.maven.model.Model model) throws IOException
- Throws:
IOException
-
-