Package org.sonatype.maven.polyglot.atom
Class AtomModelWriter
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelWriterSupport
-
- org.sonatype.maven.polyglot.atom.AtomModelWriter
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelWriter
@Component(role=org.apache.maven.model.io.ModelWriter.class, hint="atom") public class AtomModelWriter extends ModelWriterSupport
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description AtomModelWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(Writer output, Map<String,Object> options, org.apache.maven.model.Model model)
-
Methods inherited from class org.sonatype.maven.polyglot.io.ModelWriterSupport
write, write
-
-
-
-
Method Detail
-
write
public void write(Writer output, Map<String,Object> options, org.apache.maven.model.Model model) throws IOException
- Throws:
IOException
-
-