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,AutoCloseable
public class XmlStreamWriter
extends org.apache.commons.io.output.XmlStreamWriter
We just wrap the commons StreamWriter to not get into troubles
by exposing shaded commons-io packages
-
Constructor Details
-
XmlStreamWriter
- Parameters:
out-OutputStream
-
XmlStreamWriter
- Parameters:
file- The file to use.- Throws:
FileNotFoundException- in case of not found file.
-