org.apache.ojb.tools.mapping.reversedb2
Class ExtendedProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
org.apache.ojb.tools.mapping.reversedb2.ExtendedProperties
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class ExtendedProperties
- extends java.util.Properties
- Author:
- Administrator
- See Also:
- Serialized Form
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary |
ExtendedProperties(java.lang.String pstrFilename)
Creates a new instance of ExtendedProperties |
Method Summary |
void |
clear()
|
protected void |
finalize()
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
void |
putAll(java.util.Map t)
|
java.lang.Object |
remove(java.lang.Object key)
|
java.lang.Object |
setProperty(java.lang.String key,
java.lang.String value)
|
void |
storeProperties(java.lang.String comment)
|
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, store |
Methods inherited from class java.util.Hashtable |
clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, rehash, size, toString, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ExtendedProperties
public ExtendedProperties(java.lang.String pstrFilename)
- Creates a new instance of ExtendedProperties
storeProperties
public void storeProperties(java.lang.String comment)
clear
public void clear()
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
putAll
public void putAll(java.util.Map t)
remove
public java.lang.Object remove(java.lang.Object key)
setProperty
public java.lang.Object setProperty(java.lang.String key,
java.lang.String value)
finalize
protected void finalize()
Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14