java.io.Externalizable
, java.io.Serializable
, java.lang.Cloneable
, java.util.Map<java.lang.Object,java.lang.Object>
, Formatable
, TypedFormat
public 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, wait
clear, 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, values
public 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.Externalizable
out
- write bytes herejava.io.IOException
- thrown on errorpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException
readExternal
in interface java.io.Externalizable
in
- read this.java.io.IOException
- thrown on errorpublic int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.