com.vladium.util
Class XProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by com.vladium.util.XProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
Direct Known Subclasses:
Property.FilePropertyLookup, Property.SystemPropertyLookup, Property.SystemRedirectsLookup

public class XProperties
extends java.util.Properties

Author:
Vlad Roubtsov, (C) 2003
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
XProperties()
           
XProperties(java.util.Properties base)
           
 
Method Summary
 void list(java.io.PrintStream out)
           
 void list(java.io.PrintWriter out)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XProperties

public XProperties()

XProperties

public XProperties(java.util.Properties base)
Method Detail

list

public void list(java.io.PrintStream out)
Overrides:
list in class java.util.Properties

list

public void list(java.io.PrintWriter out)
Overrides:
list in class java.util.Properties