Class XmlDataExporter.PrettyPrintHandler
- java.lang.Object
-
- org.apache.activemq.artemis.cli.commands.tools.xml.XmlDataExporter.PrettyPrintHandler
-
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- XmlDataExporter
public static class XmlDataExporter.PrettyPrintHandler extends Object implements InvocationHandler
Proxy to handle indenting the XML sincejavax.xml.stream.XMLStreamWriterdoesn't support that.
-
-
Constructor Summary
Constructors Constructor Description PrettyPrintHandler(XMLStreamWriter target)
-
-
-
Constructor Detail
-
PrettyPrintHandler
public PrettyPrintHandler(XMLStreamWriter target)
-
-