Class CustomizableXStreamFactory.CompactXpp3Driver
java.lang.Object
com.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.AbstractXppDriver
com.thoughtworks.xstream.io.xml.Xpp3Driver
com.atlassian.bamboo.persister.xstream.CustomizableXStreamFactory.CompactXpp3Driver
- All Implemented Interfaces:
com.thoughtworks.xstream.io.HierarchicalStreamDriver
- Enclosing class:
- CustomizableXStreamFactory
protected static class CustomizableXStreamFactory.CompactXpp3Driver
extends com.thoughtworks.xstream.io.xml.Xpp3Driver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.thoughtworks.xstream.io.HierarchicalStreamWritercreateWriter(Writer out) Methods inherited from class com.thoughtworks.xstream.io.xml.Xpp3Driver
createParserMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXppDriver
createReader, createReader, createWriterMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacerMethods inherited from class com.thoughtworks.xstream.io.AbstractDriver
createReader, createReader, getNameCoder
-
Constructor Details
-
CompactXpp3Driver
protected CompactXpp3Driver()
-
-
Method Details
-
createWriter
- Specified by:
createWriterin interfacecom.thoughtworks.xstream.io.HierarchicalStreamDriver- Overrides:
createWriterin classcom.thoughtworks.xstream.io.xml.AbstractXppDriver
-