org.apache.maven.shared.utils.xml
Class XmlStreamWriter

java.lang.Object
  extended by java.io.Writer
      extended by org.apache.commons.io.output.XmlStreamWriter
          extended by org.apache.maven.shared.utils.xml.XmlStreamWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class XmlStreamWriter
extends XmlStreamWriter

We just wrap the commons StreamWriter to not get into troubles by exposing shaded commons-io packages


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
XmlStreamWriter(File file)
           
XmlStreamWriter(OutputStream out)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.io.output.XmlStreamWriter
close, flush, getDefaultEncoding, getEncoding, write
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlStreamWriter

public XmlStreamWriter(OutputStream out)

XmlStreamWriter

public XmlStreamWriter(File file)
                throws FileNotFoundException
Throws:
FileNotFoundException


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