org.apache.ojb.tools.mapping.reversedb2
Class ExtendedProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.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

Field Summary
 
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
 

Constructor Detail

ExtendedProperties

public ExtendedProperties(java.lang.String pstrFilename)
Creates a new instance of ExtendedProperties

Method Detail

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