public class ConfigFile
extends java.util.Properties
Properties
,
Service
,
psdi.server.SrvContext
,
MXProperties
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected java.lang.String |
propFileName
Deprecated.
Name of file to store and retrieve data from
|
Constructor and Description |
---|
ConfigFile()
Deprecated.
|
ConfigFile(java.lang.String propFileName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
load()
Deprecated.
Use MXProperties instead
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
protected java.lang.String propFileName
public ConfigFile()
public ConfigFile(java.lang.String propFileName)
protected void load() throws java.io.IOException
java.io.IOException
MXProperties.loadProperties(java.io.InputStream, boolean)