Class PomWriter


  • public class PomWriter
    extends java.lang.Object
    Author:
    Jason van Zyl
    • Constructor Summary

      Constructors 
      Constructor Description
      PomWriter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void write​(java.io.Writer w, Model newModel)  
      static void write​(java.io.Writer w, Model newModel, boolean namespaceDeclaration)  
      • Methods inherited from class java.lang.Object

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

      • PomWriter

        public PomWriter()
    • Method Detail

      • write

        public static void write​(java.io.Writer w,
                                 Model newModel)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public static void write​(java.io.Writer w,
                                 Model newModel,
                                 boolean namespaceDeclaration)
                          throws java.io.IOException
        Throws:
        java.io.IOException