public class TProperties extends THashtable<Object,Object>
Modifier and Type | Field and Description |
---|---|
protected TProperties |
defaults
The default values for keys not found in this
Properties
instance. |
Constructor and Description |
---|
TProperties() |
TProperties(TProperties properties) |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String name) |
String |
getProperty(String name,
String defaultValue) |
void |
list(TPrintStream out) |
void |
load(TInputStream in) |
TEnumeration<?> |
propertyNames() |
void |
save(OutputStream out,
String comment)
Deprecated.
|
Object |
setProperty(String name,
String value) |
void |
store(OutputStream out,
String comments) |
TSet<String> |
stringPropertyNames() |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
equals0, finalize, getClass0, notify0, notifyAll0, wait0, wait0, waitImpl
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, replace, replace
protected TProperties defaults
Properties
instance.public TProperties()
public TProperties(TProperties properties)
public void list(TPrintStream out)
public void load(TInputStream in) throws IOException
IOException
public TEnumeration<?> propertyNames()
@Deprecated public void save(OutputStream out, String comment)
public void store(OutputStream out, String comments) throws IOException
IOException
Copyright © 2019. All rights reserved.