Class 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​(java.io.Writer output, java.util.Map<java.lang.String,​java.lang.Object> o, org.apache.maven.model.Model model)  
      • Methods inherited from class org.sonatype.maven.polyglot.io.ModelWriterSupport

        write, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaModelWriter

        public JavaModelWriter()
    • Method Detail

      • write

        public void write​(java.io.Writer output,
                          java.util.Map<java.lang.String,​java.lang.Object> o,
                          org.apache.maven.model.Model model)
                   throws java.io.IOException
        Throws:
        java.io.IOException