net.sf.jso.util
Class Properties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bynet.sf.jso.util.Properties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class Properties
extends java.util.Properties

Extended class for properties.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Properties()
          Creates an empty property list with no default values.
Properties(Properties defaults)
          Creates an empty property list with the specified defaults.
 
Method Summary
 void load(java.lang.String pathname)
          Loads properties from file or resource in the classpath, in that order.
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
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

Properties

public Properties()
Creates an empty property list with no default values.


Properties

public Properties(Properties defaults)
Creates an empty property list with the specified defaults.

Parameters:
defaults - The defaults.
Method Detail

load

public void load(java.lang.String pathname)
          throws java.io.IOException
Loads properties from file or resource in the classpath, in that order.

Throws:
java.io.IOException