public class XstreamPathValueTracker extends Object
Constructor and Description |
---|
XstreamPathValueTracker() |
Modifier and Type | Method and Description |
---|---|
void |
add(com.thoughtworks.xstream.io.path.Path key,
List<String> value) |
void |
add(com.thoughtworks.xstream.io.path.Path key,
String value) |
void |
buildPaths(LinkedHashSet<com.thoughtworks.xstream.io.path.Path> paths) |
List<String> |
getAllValues(com.thoughtworks.xstream.io.path.Path key) |
String |
getFirstValue(com.thoughtworks.xstream.io.path.Path key) |
Set<com.thoughtworks.xstream.io.path.Path> |
getPaths() |
public void buildPaths(LinkedHashSet<com.thoughtworks.xstream.io.path.Path> paths)
public String getFirstValue(com.thoughtworks.xstream.io.path.Path key)
public Set<com.thoughtworks.xstream.io.path.Path> getPaths()
public void add(com.thoughtworks.xstream.io.path.Path key, String value)
This work is licensed under a Creative Commons Attribution 4.0 International License.