public class NonEscapedProperties extends TreeMap<String,String>
TreeMap implementation that mimics the behaviour of the JDK's Properties class
preventing the '/' or ':' chars from being escaped.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NonEscapedProperties() |
NonEscapedProperties(Comparator<? super String> comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
load(Path file) |
void |
load(Reader reader) |
void |
store(Writer writer,
String... comments) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, removepublic NonEscapedProperties()
public NonEscapedProperties(Comparator<? super String> comparator)
public void load(Reader reader) throws IOException
IOExceptionpublic void load(Path file) throws IOException
IOExceptionpublic void store(Writer writer, String... comments) throws IOException
IOExceptionCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.