Class XstreamPathValueTracker

java.lang.Object
org.codice.ddf.spatial.ogc.csw.catalog.converter.XstreamPathValueTracker

public class XstreamPathValueTracker extends Object
  • Constructor Details

    • XstreamPathValueTracker

      public XstreamPathValueTracker()
  • Method Details

    • buildPaths

      public void buildPaths(LinkedHashSet<com.thoughtworks.xstream.io.path.Path> paths)
    • getFirstValue

      public String getFirstValue(com.thoughtworks.xstream.io.path.Path key)
    • getAllValues

      public List<String> getAllValues(com.thoughtworks.xstream.io.path.Path key)
    • getPaths

      public Set<com.thoughtworks.xstream.io.path.Path> getPaths()
    • add

      public void add(com.thoughtworks.xstream.io.path.Path key, List<String> value)
    • add

      public void add(com.thoughtworks.xstream.io.path.Path key, String value)