|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
tourguide.Configuration
Loads configuration data (singleton). Configuration provides parameters for the Parlay gateway access.
| Field Summary | |
static Configuration |
PROPERTIES
Configuration singleton. |
| Method Summary | |
void |
load(java.lang.String aSource)
Loads the configuration file. |
| 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, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Configuration PROPERTIES
| Method Detail |
public void load(java.lang.String aSource)
throws java.io.IOException
aSource - configuration file name.
java.io.IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||