Class Map_Reader

java.lang.Object
de.swa.fuh.mpeg7.Map_Reader

public class Map_Reader
extends java.lang.Object
Class which reads a CSV and returns List from each column
Author:
michaelhermann
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> get_keys()
    Returns the extracted keys (first column)
    java.util.List<java.lang.String> getXPath_strings()
    Returns the extracted XPaths (second column)
    void set_keys​(java.util.List<java.lang.String> keys)
    Sets Keys Strings List
    void setXPath_strings​(java.util.List<java.lang.String> xpath_strings)
    Set XPath Strings List

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • get_keys

      public java.util.List<java.lang.String> get_keys()
      Returns the extracted keys (first column)
      Returns:
      Keys as List
    • set_keys

      public void set_keys​(java.util.List<java.lang.String> keys)
      Sets Keys Strings List
      Parameters:
      keys - List of keys
    • getXPath_strings

      public java.util.List<java.lang.String> getXPath_strings()
      Returns the extracted XPaths (second column)
      Returns:
    • setXPath_strings

      public void setXPath_strings​(java.util.List<java.lang.String> xpath_strings)
      Set XPath Strings List
      Parameters:
      xpath_strings - List of XPath Strings