public class LocalHashMap extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
map
The internal backing map
|
| Constructor and Description |
|---|
LocalHashMap()
No-arg constructor needed by JAXB
|
LocalHashMap(String in)
Constructs this map from a properties list, expressed as a string:
foo=bar
this=that
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMap()
Returns the internal map storing the properties
|
public LocalHashMap()
public LocalHashMap(String in) throws IOException
foo=bar
this=that
in - The properties listIOException - if parsing the string failsCopyright © 2009–2021 Opencast Project. All rights reserved.