public class FormatableProperties extends java.util.Properties implements Formatable
| Constructor and Description |
|---|
FormatableProperties()
Niladic constructor for formatable
|
FormatableProperties(java.util.Properties defaults)
Creates an empty property list with the specified
defaults.
|
| Modifier and Type | Method and 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.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, 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, 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.