org.mrd.repast.util
Class PropertiesFileReader

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.mrd.repast.util.PropertiesFileReader
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class PropertiesFileReader
extends java.util.Hashtable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
PropertiesFileReader(java.lang.String fileName)
           
 
Method Summary
 java.util.Vector getParameters()
           
 
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

PropertiesFileReader

public PropertiesFileReader(java.lang.String fileName)
                     throws java.io.IOException
Method Detail

getParameters

public java.util.Vector getParameters()


Copyright © 2000-2003 Mark Robert Diggory. All Rights Reserved.