HEADER

com.developmentontheedge.application
Class MapRegistry

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--com.developmentontheedge.application.MapRegistry

public class MapRegistry
extends Properties
implements ApplicationRegistry


Constructor Summary
MapRegistry()
           

Methods inherited from class java.util.Properties
setProperty, load, save, store, getProperty, getProperty, propertyNames, list, list

Methods inherited from class java.util.Hashtable
size, isEmpty, keys, elements, contains, containsValue, containsKey, get, put, remove, putAll, clear, clone, toString, keySet, entrySet, values, equals, hashCode

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

MapRegistry

public MapRegistry()

FOOTER

BOTTOM