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, stringPropertyNames
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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.