public class PropertyMap extends PropertyBase implements Map<String,String>, Serializable
props| Constructor and Description |
|---|
PropertyMap() |
PropertyMap(Map<String,String> newMap) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromProperties(Properties props) |
void |
load(File file) |
void |
load(InputStream inStream) |
void |
load(Reader reader) |
void |
load(String file) |
void |
store(OutputStream os,
String comments) |
void |
store(Writer w,
String comments) |
protected Properties |
toProperties() |
String |
toString() |
clear, containsKey, containsValue, entrySet, get, getBool, getDate, getDateTime, getDouble, getFloat, getFormatted, getFormatted, getFormatted, getInt, getLong, getRequiredBool, getRequiredDate, getRequiredDateTime, getRequiredDouble, getRequiredFloat, getRequiredFormatted, getRequiredFormatted, getRequiredFormatted, getRequiredInt, getRequiredLong, getRequiredString, getRequiredTime, getString, getString, getTime, isEmpty, keySet, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic void load(InputStream inStream) throws IOException
IOExceptionpublic void load(Reader reader) throws IOException
IOExceptionpublic void load(File file) throws IOException
IOExceptionpublic void load(String file) throws IOException
IOExceptionprotected void fromProperties(Properties props)
public void store(OutputStream os, String comments) throws IOException
IOExceptionpublic void store(Writer w, String comments) throws IOException
IOExceptionprotected Properties toProperties()
Copyright © 2017. All rights reserved.