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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonatype.maven.polyglot.io.ModelWriterSupport
write, write
-
Constructor Details
-
YamlModelWriter
public YamlModelWriter()
-
-
Method Details
-
write
public void write(Writer output, Map<String, Object> o, org.apache.maven.model.Model model) throws IOException- Throws:
IOException
-