java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>, Formatable, TypedFormatpublic class FormatableProperties extends java.util.Properties implements Formatable
| Constructor | Description |
|---|---|
FormatableProperties() |
Niladic constructor for formatable
|
FormatableProperties(java.util.Properties defaults) |
Creates an empty property list with the specified
defaults.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
clearDefaults() |
Clear the defaults from this Properties set.
|
int |
getTypeFormatId() |
Get the formatID which corresponds to this class.
|
void |
readExternal(java.io.ObjectInput in) |
Read the properties from a stream of stored objects.
|
void |
writeExternal(java.io.ObjectOutput out) |
Write the properties out.
|
finalize, getClass, notify, notifyAll, wait, wait, waitclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, valuespublic FormatableProperties()
public FormatableProperties(java.util.Properties defaults)
defaults - the defaultspublic void clearDefaults()
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - write bytes herejava.io.IOException - thrown on errorpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException
readExternal in interface java.io.Externalizablein - read this.java.io.IOException - thrown on errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormatApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.