com.atlassian.bamboo.persister.xstream
Class XStreamUtils

java.lang.Object
  extended by com.atlassian.bamboo.persister.xstream.XStreamUtils

public final class XStreamUtils
extends Object


Method Summary
static org.apache.commons.lang3.tuple.Pair<String,String> readNextChildNodeValue(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
          Returns a name-value pair for a child node.
static void writeNode(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, String nodeName, String text)
          Writes a node with the supplied text value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeNode

public static void writeNode(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                             String nodeName,
                             @Nullable
                             String text)
Writes a node with the supplied text value.


readNextChildNodeValue

public static org.apache.commons.lang3.tuple.Pair<String,String> readNextChildNodeValue(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
Returns a name-value pair for a child node.



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.