public class Properties extends HashMap<String,String>
Constants
,
Serialized FormAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Properties() |
Properties(int size) |
Properties(org.codehaus.jackson.JsonNode node)
Constructs a Properties map based on a Json node
|
Properties(Map<String,String> props) |
Properties(String content) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
loadProperties(Reader reader) |
static void |
loadProperties(Reader reader,
Map<String,String> map) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2013 Nuxeo SA. All Rights Reserved.