Package org.opencastproject.util
Class LocalHashMap
java.lang.Object
org.opencastproject.util.LocalHashMap
See this JAXB bug for the full explanation: https://jaxb.dev.java.net/issues/show_bug.cgi?id=223
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNo-arg constructor needed by JAXBLocalHashMap(String in) Constructs this map from a properties list, expressed as a string:foo=bar this=that -
Method Summary
-
Field Details
-
map
The internal backing map
-
-
Constructor Details
-
LocalHashMap
public LocalHashMap()No-arg constructor needed by JAXB -
LocalHashMap
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
Returns the internal map storing the properties
-