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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.thoughtworks.xstream.io.HierarchicalStreamWriter
     

    Methods inherited from class com.thoughtworks.xstream.io.xml.Xpp3Driver

    createParser

    Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXppDriver

    createReader, createReader, createWriter

    Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver

    xmlFriendlyReplacer

    Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver

    createReader, createReader, getNameCoder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CompactXpp3Driver

      protected CompactXpp3Driver()
  • Method Details

    • createWriter

      public com.thoughtworks.xstream.io.HierarchicalStreamWriter createWriter(Writer out)
      Specified by:
      createWriter in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
      Overrides:
      createWriter in class com.thoughtworks.xstream.io.xml.AbstractXppDriver