Class LocalHashMap

java.lang.Object
org.opencastproject.util.LocalHashMap

public class LocalHashMap extends Object
See this JAXB bug for the full explanation: https://jaxb.dev.java.net/issues/show_bug.cgi?id=223
  • Field Details

  • Constructor Details

    • LocalHashMap

      public LocalHashMap()
      No-arg constructor needed by JAXB
    • LocalHashMap

      public LocalHashMap(String in) throws IOException
      Constructs this map from a properties list, expressed as a string: foo=bar this=that
      Parameters:
      in - The properties list
      Throws:
      IOException - if parsing the string fails
  • Method Details

    • getMap

      public Map<String,String> getMap()
      Returns the internal map storing the properties