org.apache.ivy.plugins.parser.xml
Class XmlModuleDescriptorWriter

java.lang.Object
  extended by org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorWriter

public final class XmlModuleDescriptorWriter
extends java.lang.Object


Method Summary
static void write(ModuleDescriptor md, java.io.File output)
           
static void write(ModuleDescriptor md, java.lang.String licenseHeader, java.io.File output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(ModuleDescriptor md,
                         java.io.File output)
                  throws java.io.IOException
Throws:
java.io.IOException

write

public static void write(ModuleDescriptor md,
                         java.lang.String licenseHeader,
                         java.io.File output)
                  throws java.io.IOException
Throws:
java.io.IOException