org.apache.maven.shared.utils.xml
Class XmlStreamWriter
java.lang.Object
  
java.io.Writer
      
org.apache.commons.io.output.XmlStreamWriter
          
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
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XmlStreamWriter
public XmlStreamWriter(OutputStream out)
XmlStreamWriter
public XmlStreamWriter(File file)
                throws FileNotFoundException
- Throws:
 FileNotFoundException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.