org.apache.maven.plugins.shade.pom
Class PomWriter

java.lang.Object
  extended by org.apache.maven.plugins.shade.pom.PomWriter

public class PomWriter
extends Object

Author:
Jason van Zyl

Constructor Summary
PomWriter()
           
 
Method Summary
static void write(Writer w, Model newModel)
           
static void write(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(Writer w,
                         Model newModel)
                  throws IOException
Throws:
IOException

write

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


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.