public class PropertyMap extends PropertyBase
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(File file,
String comments) |
void |
store(OutputStream os,
String comments) |
void |
store(String file,
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, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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(File file, String comments) throws IOException
IOExceptionpublic void store(String file, String comments) throws IOException
IOExceptionpublic 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.