Package org.sonatype.maven.polyglot.java
Class JavaModelWriter
- java.lang.Object
-
- org.sonatype.maven.polyglot.io.ModelWriterSupport
-
- org.sonatype.maven.polyglot.java.JavaModelWriter
-
- All Implemented Interfaces:
org.apache.maven.model.io.ModelWriter
@Component(role=org.apache.maven.model.io.ModelWriter.class, hint="java") public class JavaModelWriter extends org.sonatype.maven.polyglot.io.ModelWriterSupport
Java model writer.
-
-
Constructor Summary
Constructors Constructor Description JavaModelWriter()
-
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
-
-