Uses of Interface
org.wildfly.testing.tools.xml.CloseableXMLStreamWriter
-
Packages that use CloseableXMLStreamWriter Package Description org.wildfly.testing.tools.xml -
-
Uses of CloseableXMLStreamWriter in org.wildfly.testing.tools.xml
Methods in org.wildfly.testing.tools.xml that return CloseableXMLStreamWriter Modifier and Type Method Description static CloseableXMLStreamWriterCloseableXMLStreamWriter. of(OutputStream out)Creates anXMLStreamWriterwhich writes to the output stream.static CloseableXMLStreamWriterCloseableXMLStreamWriter. of(Writer writer)Creates anXMLStreamWriterwhich writes to the output stream.
-